Keysight Pathwave 89600 VSA .NET API
Symbol Property
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > ConstellationState Class : Symbol Property


Glossary Item Box

Gets or sets the symbol data represented by this constellation state location.

Syntax

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

Property Value

The integer representation of the data symbol represented by the constellation state location. The default value matches the value of Index. Most significant bit ordering is assumed.

Remarks

The numeric representation of symbol data must be specified in most significant bit ordering.

To provide a binary value of "b010", set the value to 2.

To provide a hex value of "0x30A", set the value to 778.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also