Status Commands - Agilent Technologies 86038A User Manual

Optical dispersion analyzer
Table of Contents

Advertisement

Programming Commands
ErrorFlag Property
EstimatedTimeToTLSSettling Property
242

Status Commands

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(odaClient.Status.ErrorFlag = True) Then
MsgBox("An error occurred.")
End If
VB 6.0 Syntax
If(odaClient.Status.ErrorFlag = True) Then
MsgBox("An error occurred.")
End If
Indicates the estimated time until the next TLSSettling begins.
The ODA 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
odaClient.Status.EstimatedTimeToTLSSettling
Agilent 86038A Optical Dispersion Analyzer, Third Edition
Base Commands

Advertisement

Table of Contents
loading

Table of Contents