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


Glossary Item Box

Gets the collection of constellation states representing this custom modulation format.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetStates() As CustomModulationState()
C# 
public abstract CustomModulationState[] GetStates()
C++/CLI 
public:
abstract array<CustomModulationState^>^ GetStates(); 

Return Value

An array of the constellation states representing this custom modulation format

Requirements

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

See Also