Agilent Technologies 86038A User Manual page 207

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
Programming Commands
Parameters
ByVal CurveFitName As String - The short name of the curve fit. A list of
the curve fit names can be retrieved via the Catalog command.
Returns
String - Contains a description of the curve fit.
VB.NET Syntax
Dim desc As String
desc = odaClient.Analysis.CurveFit.Description("Quadratic")
VB 6.0 Syntax
Dim desc As String
desc = odaClient.Analysis.CurveFit.Description("Quadratic")
ShortName Method
Returns the short name of the curve fit. That is, linear, quadratic,
Sellmeier-3, or Sellmeier-5.
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.
Returns
String - Contains the short name of the curve fit, for example quadratic.
VB.NET Syntax
Dim eqName As String
eqName = odaClient.Analysis.CurveFit.ShortName("Quadratic")
VB 6.0 Syntax
Dim eqName As String
eqName = odaClient.Analysis.CurveFit.ShortName("Quadratic")
207
Agilent 86038A Optical Dispersion Analyzer, Third Edition

Advertisement

Table of Contents
loading

Table of Contents