Keysight Pathwave 89600 VSA .NET API
IsFrequencyMirrored Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot 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);
}

Property Value

The default value is false.

Remarks

This correctly demodulates frequency spectra that are mirrored (flipped) about the center frequency.

Requirements

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

See Also