Keysight Pathwave 89600 VSA .NET API
MaxMixerLevel Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.Esa Namespace > InputExtension Class : MaxMixerLevel Property


Glossary Item Box

Gets or sets the full scale power level at the input to the first mixer

Syntax

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

Remarks

This parameter applies when the ESA is used as an ADC. The ESA automatically sets its internal front-end attenuation so that the ESA first mixer maximum level does not exceed this value, given the expected Full Scale Input Range setting.

Note

If you change this value, you must close and restart the 89600 VSA software for the analyzer to recognize the change.

Requirements

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

See Also