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


Glossary Item Box

Gets or sets the carrier to noise ratio in dB when awgn is added to the waveform.

Syntax

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

Remarks

When AwgnAdded is true, white noise is added to the waveform, and the carrier to noise ratio is indicated by this value. It is the carrier to noise ratio within the FrameDefinition.SymbolRate bandwidth.

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