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


Glossary Item Box

Gets or sets the noise distortion trade-off in dB to use when the RangeOptimization is RangeOptimization.Evm. When setting up the hardware front end for the best EVM the noise portion of the EVM will be weighted by 10^(trade-off/20) and the distortion portion weighted by 1/(10^(trade-off/20)).

Syntax

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

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 26.00

See Also