Results Commands - Agilent Technologies 86038A User Manual

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
FiberLength Method
Increment Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition

Results Commands

The Results property of the remote client object returns an object that
provides you access to the trace data and the x-axis values.
Retrieves the measured fiber length after a length measurement is
completed.
Parameters
ByVal MeasNormType As
InstrumentObjects.ODACommon.eMeasNormData Type - The
measurement type.
ByVal PortNum As InstrumentObjects.ODACommon.eODAPort. - The port
number.
Returns
Double - Returns the fiber length.
VB.NET Syntax
Dim Length As Double
Length = odaClient.Results.FiberLength _
(InstrumentObjects.ODACommon.eMeasNormDataType.Measurement, _
InstrumentObjects.ODACommon.eODAPort.One)
VB 6.0 Syntax
Dim Length As Double
Length = odaClient.Results.FiberLength _
(eMeasNormDataType_Measurement, eODAPort_One)
Returns the wavelength step size (or increment), in nm, for the last
measurement. You can build the wavelength array with
λ = XStart + (i - 1)XIncrement, i= 1 to number of points
Programming Commands
235

Advertisement

Table of Contents
loading

Table of Contents