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


Glossary Item Box

Gets or sets the trigger level in volts for the specified input channel.

Syntax

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

Remarks

The maximum input trigger level is dependant upon hardware and range and may be changed when the input range changes.

This property is only used if the trigger style is set to Level.

Requirements

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

See Also