Agilent 86038B Photonic Dispersion and Loss Analyzer,
Second Edition
269
End If
PresetComplete Property
Sets the value to True when the preset is complete and False
when it is not.
Property Value
Boolean - True when the Preset/Initialization is complete.
VB.NET Syntax
Dim PreComplete As Boolean
PreComplete = pdlaClient.Status.PresetComplete
VB 6.0 Syntax
Dim PreComplete As Boolean
PreComplete = pdlaClient.Status.PresetComplete
StatusLog Method
Returns an array of status log entries that appear as messages
within the status log on the PDLA user interface.
Returns
InstrumentObjects.RemoteStatusEntry - An array of entries
containing the status log information.
VB.NET Syntax
Dim ctr As Integer
Dim entries() As InstrumentObjects.RemoteStatusEntry
entries = pdlaClient.Status.StatusLog()
For ctr = 0 To entries.GetUpperBound(0)
Console.WriteLine("Time:" + entries(ctr).Tim
"Summary:" + entries(ctr).S "Type:" +
entries(ctr).MessageType.To "Detail:" +
entries(ctr).Detail)
Next
Содержание 86038B
Страница 1: ...Agilent 86038B Photonic Dispersion and Loss Analyzer User s Guide ...
Страница 4: ...4 ...
Страница 20: ...20 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 34: ...34 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition Figure 2 b Rear Panel ...
Страница 58: ...58 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition Figure 11 86038B Block Diagram ...
Страница 78: ...78 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 92: ...92 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 202: ...202 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition End Sub ...
Страница 230: ...230 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition VB 6 0 Syntax pdlaClient Actions PrintScreen ...
Страница 348: ...348 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 349: ......