Keysight 89600 VSA .NET API
Magnitude Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulationState Class : Magnitude Property


Glossary Item Box

Gets or sets the magnitude value for the custom modulation state location.

Syntax

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

Property Value

The magnitude of the custom modulation state location within the complex plane. Default value is 0.0.

Remarks

The state location within a custom modulation may be specified in terms of I/Q (Real/Imaginary) or Magnitude/Phase.

Requirements

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

See Also