262
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
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)
XValueFromPointIndex Method
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)
YData Method
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
Summary of Contents for 86038B
Page 1: ...Agilent 86038B Photonic Dispersion and Loss Analyzer User s Guide ...
Page 4: ...4 ...
Page 20: ...20 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Page 34: ...34 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition Figure 2 b Rear Panel ...
Page 78: ...78 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Page 92: ...92 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Page 202: ...202 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition End Sub ...
Page 348: ...348 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Page 349: ......