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


Glossary Item Box

Gets a list of auto-range styles supported by the measurement. Each style is the name a scalar measurement result that can be queried from the measurement using this name.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetValidAutoRangeCriteria() As String()
C# 
public virtual string[] GetValidAutoRangeCriteria()
C++/CLI 
public:
virtual array<String^>^ GetValidAutoRangeCriteria(); 

Return Value

A list of auto-range criteria supported by the current measurement.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 23.00

See Also