Length Commands - Agilent Technologies 86038A User Manual

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
IndexOfRefraction Property
Mode Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition

Length Commands

The Length property of the remote client object returns a length object
with methods and properties to control the measurement of fiber length.
Sets and reads the IndexOfRefraction for use with length measurements
when Mode = Measure. The length of the test device is based on
specialized group delay measurements and a user-defined refractive index
value. This feature is intended for fiber and cable test applications.
Property Value
Double
Related Command
Length.ValidIndexOfRefraction method
VB.NET Syntax
odaClient.Length.IndexOfRefraction = 1.50
VB 6.0 Syntax
odaClient.Length.IndexOfRefraction = 1.50
Determines if the ODA should use the user-specified value for length or
the measured value.
Property Value
InstrumentObjects.ODALength.eLengthMode
eLengthMode.Measure - The ODA will measure length based on the index
of refraction.
eLengthMode.Specify - The ODA will use the Specified Length property to
set length.
VB.NET Syntax
odaClient.Length.Mode = _
InstrumentObjects.ODALength.eLengthMode.Measure
Programming Commands
215

Advertisement

Table of Contents
loading

Table of Contents