Agilent Technologies 86038B User Manual page 268

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

InstrumentState Property
LastError Property
268
VB 6.0 Syntax
pdlaClient.Status.EstimatedTimeToTLSSettling
Indicates the current state of the PDLA, that is, idle, initializing,
measuring, TLS Settling, or aborting. Refer to
Enumerations" on page 150
Property Value
InstrumentObjects.ODACommon.eInstrumentStatus - Denotes
the current instrument state.
VB.NET Syntax
Dim curStatus As
InstrumentObjects.ODACommon.eInstrumentStatus
curStatus = pdlaClient.Status.InstrumenState
VB 6.0 Syntax
Dim curStatus as InstrumentObjects.eInstrumentStatus
curStatus = pdlaClient.Status.InstrumentState
Returns a string describing the error. Reading the LastError
automatically sets the property back to an empty string.
Property Value
String - A description of the error.
VB.NET Syntax
If(pdlaClient.Status.ErrorFlag = True) Then
MsgBox("Error:" + pdlaClient.Status.LastError)
End If
VB 6.0 Syntax
If(pdlaClient.Status.ErrorFlag = True) Then
MsgBox("Error:" + pdlaClient.Status.LastError)
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
"PDLA
for possible values.

Advertisement

Table of Contents
loading

Table of Contents