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


Glossary Item Box

Gets or sets the magnitude trigger level for the specified 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

This applies to both the Input and Recording trigger objects. For the InputChannel, this is the magnitude at the IF. The maximum input trigger level is dependant upon the input range (Range) and may be changed when the input range changes.

This property is only used if the trigger style is set to MagnitudeLevel or AdcMagnitudeLevel.

Requirements

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

See Also