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); } |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)