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


Glossary Item Box

Gets or sets the name of the CustomModulation to use for this allocation.

Syntax

Visual Basic (Declaration) 
Public Overridable Property CustomModulationName As String
C# 
public virtual string CustomModulationName {get; set;}
C++/CLI 
public:
virtual property String^ CustomModulationName {
   String^ get();
   void set (    String^ value);
}

Remarks

The custom modulation name must match a CustomModulation.Name found in the CustomModulationCollection.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 27.40

See Also