Agilent Technologies 86038B User Manual page 232

Photonic dispersion and loss analyzer
Table of Contents

Advertisement

Catalog Property
Description Method
232
OutTraceData = pdlaClient.Analysis.CurveFit.Calculate _
("Quadratic", XStart, XIncrement, InTraceData, GeneralForm,
Equation)
Returns a list of available curve fits as an array of strings.
Property Value
String() - Contains an array of strings for all the curve fits
supported by the system.
VB.NET Syntax
Dim MyCat() As String
MyCat = pdlaClient.Analysis.CurveFit.Catalog
VB 6.0 Syntax
Dim MyCat() As String
MyCat = pdlaClient.Analysis.CurveFit.Catalog
Returns one of the following descriptions, corresponding to the
passed-in short curve fit name.
calculates a single parameter least squares fit. The
Linear
equation is in the form: y = Ax + B. It is commonly used for
dispersion-shifted fiber, in which waveguide dispersion is
dominant.
calculates a second order polynomial fit. The
Quadratic
equation is in the form:
2
y = Ax
+ Bx + C .
3rd Order Sellmeier
unshifted fiber, in which material dispersion is dominant.
The equation is in the form:
2
-2
y = A
+ B + Cx
Agilent 86038B Photonic Dispersion and Loss Analyzer, Second Edition
curve fit is commonly used for dispersion-

Advertisement

Table of Contents
loading

Table of Contents