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


Glossary Item Box

Gets or sets how the external frequency converter inverts (mirrors) the spectrum around the center frequency.

Syntax

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

Remarks

A signal's spectrum at the output of a frequency converter may be inverted in frequency from the spectrum at the input (i.e. it may be a mirror image of the input spectrum). In this case you should set this property to Inverted.

Setting this property (rather than using the Measurement.Frequency.IsMirrored property) allows IF external correction to work properly, and the VSA will correctly display the spectrum as it appears at the frequency converter input.

Requirements

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

See Also