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


Glossary Item Box

Gets or sets a value indicating whether demod will mirror the frequency spectrum.

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);
}

Remarks

Determine whether the digital demodulation measurement will mirror the measurement data around the center frequency. Default is false. Note - Turning on Frequency.IsMirrored will again mirror the frequency spectrum. If you turn on both IsFrequencyMirrored and Frequency.IsMirrored, the effect on digital demodulation is the same as if neither of the properties was set to True.

Requirements

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

See Also