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


Glossary Item Box

Gets or sets a value indicating whether coloring of IQ traces is based on user ID.

Syntax

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

Property Value

The default value is false.

Remarks

When false, coloring is based on subcarrier type (pilot, preamble, etc.) and for data subcarriers is based on modulation format. When true, coloring is based on the user ID assigned to the subcarrier in the Resource Map.

Requirements

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

See Also