Actions Commands - Agilent Technologies 86038A User Manual

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
Abort Method
Measure Method
MeasureLength Method
Agilent 86038A Optical Dispersion Analyzer, Third Edition

Actions Commands

The Actions property returns an actions object, which has methods for
starting and stopping measurements and normalizations.
Stops the current measurement, normalization, real-time port monitor, or
length measurement.
VB.NET Syntax
odaClient.Actions.Abort()
VB 6.0 Syntax
odaClient.Actions.Abort
Starts a new measurement. This method corresponds to the Begin Meas
key on the front panel. Use this method to start a measurement after you
have set the measurement parameters, and then watch the
TriggerProgress event for completion.
VB.NET Syntax
odaClient.Actions.Measure()
VB 6.0 Syntax
odaClient.Actions.Measure
Starts a length measurement.
VB.NET Syntax
odaClient.Actions.MeasureLength()
VB 6.0 Syntax
odaClient.Actions.MeasureLength
Programming Commands
203

Advertisement

Table of Contents
loading

Table of Contents