Agilent Technologies 86038A User Manual page 223

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
ValidStartStop Method
XStart Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition
VB 6.0 Syntax
odaClient.NormalizationRange.UseCustomNormalization = True
Returns valid minimum and maximum wavelength values for
normalization, in nm.
Parameters
ByRef Minimum As Double - The smallest valid wavelength, in nm.
ByRef Maximum As Double - The largest valid wavelength, in nm.
Related Command
NormalizationRange.XStart property, NormalizationRange.XStop property
VB.NET Syntax
Dim minWL As Double
Dim maxWL As Double
odaClient. NormalizationRange.ValidStartStop(minWL, maxWL)
VB 6.0 Syntax
Dim minWL As Double
Dim maxWL As Double
Call odaClient.NormalizationRange.ValidStartStop(minWL, maxWL)
Sets and reads the start wavelength for the next normalization.
Property Value
Double - The start wavelength in nanometers.
Related Command
NormalizationRange.XStop property
Programming Commands
223

Advertisement

Table of Contents
loading

Table of Contents