Agilent Technologies 86038A User Manual page 245

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
TLSSettling Property
TriggerComplete Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition
VB 6.0 Syntax
Dim ctr As Integer
Dim entries() As RemoteStatusEntry
entries = odaClient.Status.StatusLog
For ctr = 0 to UBound (entries)
Debug.Print(entries(ctr).Summary)
Next
Checks if a TLS Settle is in progress.
Property Value
Boolean - True if the TLSSettling is in progress.
Related Command
TLS.ForceSettling method
VB.NET Syntax
Dim TLSIsSettling As Boolean
TLSIsSettling = odaClient.Status.TLSSettling
VB 6.0 Syntax
Dim TLSIsSettling As Boolean
TLSIsSettling = odaClient.Status.TLSSettling
Sets the value to True when the trigger is complete.
Property Value
Boolean - True when the last Measurement or Normalization is complete.
VB.NET Syntax
Dim TrigComplete As Boolean
TrigComplete = odaClient.Status.TriggerComplete
Programming Commands
245

Advertisement

Table of Contents
loading

Table of Contents