Keysight Pathwave 89600 VSA .NET API
LowSnrModeEnabled Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : LowSnrModeEnabled Property


Glossary Item Box

Gets or sets a value indicating whether low SNR mode is enabled.

Syntax

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

Property Value

The default value is false.

Remarks

When the input signal is very noisy, for example, for receiver sensitivity test, the signal to noise power ratio can be around 0dB, set this parameter as true to trigger specific synchronization algorithm and demodulation processing.

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 27.40

See Also