Agilent 86038B Photonic Dispersion and Loss Analyzer,
Second Edition
231
Analysis - CurveFit Commands
The Analysis property returns an object, which in turn, contains
the CurveFit property. The CurveFit property returns an object
with methods and properties for controlling the application of
curve fits to the data returned from the PDLA.
Calculate Method
Applies the specified curve fit to the passed-in data and returns
the resultant trace.
Parameters
ByVal CurveFitName As String - The name of the curve fit. A list
of the curve fit names can be retrieved via the Catalog
command.
ByVal XStartPoint As Double - The start wavelength of the input
data.
ByVal XIncrement As Double - The wavelength spacing between
points of the input data.
ByRef InputActualData() As Double - The data to apply the
curve fit to.
ByRef GeneralForm As String - The general form of the equation
for the specified curve fit.
ByRef Equation As String - The actual equation that best fits the
input data using the specified curve fit.
Returns
Double() - An array of the curve fitted data is returned.
VB.NET Syntax
Dim OutTraceData() As Double
OutTraceData = pdlaClient.Analysis.CurveFit.Calculate _
("Quadratic", XStart, XIncrement, InTraceData, GeneralForm,
Equation)
VB 6.0 Syntax
Dim OutTraceData() As Double
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: ......