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


Glossary Item Box

Gets or sets the magnitude trigger level for the input channel.

Syntax

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

Remarks

For the InputChannel, this is the magnitude at the IF. The maximum input trigger level is dependent upon the input range (Range) and may be changed when the input range changes.

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 27.00

See Also