Agilent Technologies 86038A User Manual page 237

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
XValueFromPointIndex Method
YData Method
Agilent 86038A Optical Dispersion Analyzer, Third Edition
VB.NET Syntax
Dim xStop As Double
xStop = odaClient.Results.XStop_
(InstrumentObjects.ODACommon.eMeasurementType.Gain)
VB 6.0 Syntax
Dim xStop As Double
xStop = odaClient.Results.XStop(eMeasurementType_Gain)
Calculates the wavelength for the specified trace point. This can also be
calculated from XStart and Increment.
Parameters
ByVal MeasurementType As
InstrumentObjects.ODACommon.eMeasurementType
ByVal PointIndex As Integer
Returns
Double - Returns the wavelength of the point index passed to the method.
VB.NET Syntax
Dim xVal As Double
xVal = odaClient.Results.XValueFromPointIndex _
(InstrumentObjects.ODACommon.eMeasurementType.Gain,2)
VB 6.0 Syntax
Dim xVal as Double
xVal = odaClient.Results.XValueFromPointIndex _
(eMeasurementType_Gain,2)
Returns the data array for the last measurement for the specified
measurement type and port. Use UBound for VB 6.0 or Length for VB.NET
to find the number of trace points, and XStart and Increment to find the
wavelengths
Programming Commands
237

Advertisement

Table of Contents
loading

Table of Contents