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


Glossary Item Box

Gets or sets a value indicating whether awgn is added to the waveform.

Syntax

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

Remarks

If true, white noise is added to the waveform, and the carrier to noise ratio is defined by CarrierToNoiseRatio.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also