Keysight 89600 VSA .NET API
Symbol Property
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulationState Class : Symbol Property


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property Symbol As Long
C# 
public long Symbol {get; set;}
C++/CLI 
public:
property int64 Symbol {
   int64 get();
   void set (    int64 value);
}

Property Value

The integer representation of the data symbol represented by the custom modulation state location.

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)

See Also