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


Glossary Item Box

Gets or sets the source for deriving the used symbol map for the Constellation.

Syntax

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

Property Value

Source from which to derive the symbol mapping for each ConstellationState within this Constellation.

Remarks

The symbol mapping for the Constellation affects what bits are mapped to the demodulated state locations.

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