Keysight Pathwave 89600 VSA .NET API
GetUserDefinedConstellation Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pusch Class : GetUserDefinedConstellation Method


Glossary Item Box

Gets the user defined constellation points for this physical channel.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetUserDefinedConstellation() As Single()
C# 
public virtual float[] GetUserDefinedConstellation()
C++/CLI 
public:
virtual array<float>^ GetUserDefinedConstellation(); 

Return Value

The constellation points

Remarks

When CustomModulationFormat is CustomModulationFormat.UserDefined, use this method to get the user defined constellation points.

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 27.00

See Also