Agilent Technologies 86038B User Manual page 262

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

XValueFromPointIndex Method
YData Method
262
VB.NET Syntax
Dim xStop As Double
xStop = pdlaClient.Results.XStop_
(InstrumentObjects.ODACommon.eMeasurementType.Gain)
VB 6.0 Syntax
Dim xStop As Double
xStop = pdlaClient.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 = pdlaClient.Results.XValueFromPointIndex _
(InstrumentObjects.ODACommon.eMeasurementType.Gain,2)
VB 6.0 Syntax
Dim xVal as Double
xVal = pdlaClient.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
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition

Advertisement

Table of Contents
loading

Table of Contents