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

This specifies whether to do frequency inversion before attempting to synchronize to and demodulate the signal.

Requirements

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

See Also