Measurementrange Commands - Agilent Technologies 86038A User Manual

Optical dispersion analyzer
Table of Contents

Advertisement

Base Commands
ValidStartStop Method
XStart Property
Agilent 86038A Optical Dispersion Analyzer, Third Edition

MeasurementRange Commands

The MeasurementRange property of the remote client object returns a
measurement range object that contains the functionality of the front
panel Measurement Range panel.
Returns valid minimum and maximum wavelength values for the
measurement.
Parameters
ByRef Minimum As Double - minimum wavelength accepted, in nm.
ByRef Maximum As Double - maximum wavelength accepted, in nm.
Related Command
MeasurementRange.XStart property, MeasurementRange.XStop property
VB.NET Syntax
Dim minWL As Double
Dim maxWL As Double
odaClient.MeasurementRange.ValidStartStop (minWL, maxWL)
VB 6.0 Syntax
Dim minWL As Double
Dim maxWL As Double
Call odaClient.MeasurementRange.ValidStartStop (minWL, maxWL)
Sets and reads the start wavelength for the next measurement.
Property Value
Double - The start wavelength in nanometers.
Related Command
MeasurementRange.ValidStartStop method
Programming Commands
219

Advertisement

Table of Contents
loading

Table of Contents