Keysight Pathwave 89600 VSA .NET API
Preset Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > Constellation 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 ConstellationStyle.

Glossary Item Box

Preset the constellation definition.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Preset( _
   ByVal style As ConstellationStyle, _
   ByVal numberOfStates As Integer _
) 
C# 
public abstract void Preset( 
   ConstellationStyle style,
   int numberOfStates
)
C++/CLI 
public:
abstract void Preset( 
   ConstellationStyle 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 ConstellationStyle.

Remarks

This will remove any previous attributes of the constellation.

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