Keysight Pathwave 89600 VSA .NET API
Range Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > AnalogChannel Class : Range Property


Glossary Item Box

Gets or sets the input range (in Vpk) of the input channel.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Range As Double
C# 
public abstract double Range {get; set;}
C++/CLI 
public:
abstract property double Range {
   double get();
   void set (    double value);
}

Property Value

The range of the input channel. The default is 10.0 Vpk unless the hardware is not capable of that in which case it is coerced to the highest value possible with the current hardware.

Remarks

Most hardware only allows a limited set of allowable values for the input range, which is dependent upon the Adc hardware, down converter, and input/calibrator module currently being used. The range specified is rounded to the nearest available range.

The ValidValues<T>("Range") method can be used to retrieve a list of valid ranges for this channel.

This sets or gets the input range for this channel. For multi-channel scenarios the Range property may be used to set the range across all channels at once without having to explicitly iterate across each channel.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also