Keysight Pathwave 89600 VSA .NET API
IsDemod2DAverageLineVisible Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Trace Class : IsDemod2DAverageLineVisible Property


Glossary Item Box

Gets or sets a value indicating whether a 2D demodulation trace should have an overlaid average line.

Syntax

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

Remarks

This property returns True if a 2-dimensional demodulation trace (typically an OFDM Demod trace that includes multiple subcarriers and multiple symbols) will have a heavy average line overlaid on it.

Requirements

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

See Also