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


style
Determines the pre-defined constellation style to use for the setting the constellation definition.
numberOfStates
The number of constellation states to use for the created constellation. The valid values for this parameter depend upon the selected CustomModulationConstellationStyle.

Glossary Item Box

Preset the constellation definition.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Preset( _
   ByVal style As CustomModulationConstellationStyle, _
   ByVal numberOfStates As Integer _
) 
C# 
public abstract void Preset( 
   CustomModulationConstellationStyle style,
   int numberOfStates
)
C++/CLI 
public:
abstract void Preset( 
   CustomModulationConstellationStyle style,
   int numberOfStates
) 

Parameters

style
Determines the pre-defined constellation style to use for the setting the constellation definition.
numberOfStates
The number of constellation states to use for the created constellation. The valid values for this parameter depend upon the selected CustomModulationConstellationStyle.

Remarks

This will remove any previous attributes of the custom modulation.

Requirements

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

See Also