Status Commands - Agilent Technologies 86038B User Manual

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

Status Commands

ErrorFlag Property
EstimatedTimeToTLSSettling Property
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
Sets the value to True when an error has occurred. Reading the
ErrorFlag automatically sets the flag back to False.
Property Value
Boolean - True when an error has occurred.
VB.NET Syntax
If(pdlaClient.Status.ErrorFlag = True) Then
MsgBox("An error occurred.")
End If
VB 6.0 Syntax
If(pdlaClient.Status.ErrorFlag = True) Then
MsgBox("An error occurred.")
End If
Indicates the estimated time until the next TLSSettling begins.
The PDLA relies on the tunable laser to provide high resolution
and dynamic range. The laser has a mechanically tuned cavity
that is sensitive to temperature change, requiring the laser to
track the internal temperature and occasionally perform an
adjustment. Under normal temperature conditions, this value
may show 120 minutes as the estimate. This value is updated
every minute.
Property Value
Double - The estimated time in minutes to the next TLS Settling.
Related Command
TLS.ForceSettling method, Status.TLSSettling property
VB.NET Syntax
pdlaClient.Status.EstimatedTimeToTLSSettling
267

Advertisement

Table of Contents
loading

Table of Contents