Keysight 89600 VSA .NET API
Symbol Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > CustomModulationState Structure : Symbol Property


Glossary Item Box

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

Syntax

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

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