Keysight Pathwave 89600 VSA .NET API
IsFrequencyMirrored Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > MeasurementExtension Class : IsFrequencyMirrored Property


Glossary Item Box

Gets or sets a value indicating whether the modulated signal has frequencies inverted.

Syntax

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

Property Value

The default value is false.

Remarks

If the baseband signal modulation produces a conjugated signal, the frequencies in that signal are mirrored (inverted). This property can be used to compensate for the frequency mirroring. Only demodulation results are affected by this property, so results like the (pre-demodulation) time and spectrum traces are not changed.

If the signal has frequency mirroring due to an RF up- or down-converter, it is often better to use the non-demodulation-specific Frequency.IsMirrored property instead. That way, pre-demodulation results are also compensated for frequency mirroring.

Requirements

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

See Also