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


Glossary Item Box

Gets or sets a value indicating whether the fixed equalization data is mathematically inverted before being applied.

Syntax

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

Remarks

The inversion referred to here is not to be confused with the spectral order in the frequency domain. Here, inversion refers to equalizer data for a particular frequency: EqualizeData(f).

When IsFixedEqualizerInverted is false, then the input data spectrum is effectively multiplied by EqualizeData(f).

When IsFixedEqualizerInverted is true, then the input data spectrum is effectively divided by EqualizeData(f).

Note that the equalization is done via a time domain filter, but the frequency domain effects are as explained above.

Requirements

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

See Also