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


Glossary Item Box

Gets or sets the input range to associate with data from the data source application.

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);
}

Remarks

Defaults to 1 Volt. Used for trace hints. This sets properties for all channels, and gets the property value of the first channel. Use Channels to get or set properties of individual channels.

Requirements

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

See Also