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


Glossary Item Box

Gets or sets the constellation of the custom modulation.

Syntax

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

Property Value

The constellation type of the custom modulation.

Requirements

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

See Also