![Agilent Technologies 86038B Скачать руководство пользователя страница 231](http://html.mh-extra.com/html/agilent-technologies/86038b/86038b_user-manual_2867945231.webp)
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
Содержание 86038B
Страница 1: ...Agilent 86038B Photonic Dispersion and Loss Analyzer User s Guide ...
Страница 4: ...4 ...
Страница 20: ...20 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 34: ...34 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition Figure 2 b Rear Panel ...
Страница 58: ...58 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition Figure 11 86038B Block Diagram ...
Страница 78: ...78 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 92: ...92 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 202: ...202 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition End Sub ...
Страница 230: ...230 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition VB 6 0 Syntax pdlaClient Actions PrintScreen ...
Страница 348: ...348 Agilent 86038B Photonic Dispersion and Loss Analyzer Second Edition ...
Страница 349: ......