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

Determines whether the DOCSIS Upstream measurement will mirror the measurement data around the center frequency. Default is false. Note - Enabling Frequency.IsMirrored will again mirror the frequency spectrum. If you turn on both IsFrequencyMirrored and Frequency.IsMirrored, the effect on the DOCSIS Upstream measurement is the same as if neither of the properties was set to True, except that pre-demod traces will show the effects of frequency mirroring.

Requirements

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

See Also