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


Glossary Item Box

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

Syntax

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

Remarks

This is normally an in-channel trigger that is after resampling/decimation of data.

This property is only used if the trigger source is set to MagnitudeLevel.

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 19.00

See Also