Keysight Pathwave 89600 VSA .NET API
IsModulationTypeEnabled Property
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > TrainBaseError Class : IsModulationTypeEnabled Property


Glossary Item Box

Gets or sets a value indicating whether the Modulation Type metric for train scoring calculation is enabled.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsModulationTypeEnabled As Boolean
C# 
public abstract bool IsModulationTypeEnabled {get; set;}
C++/CLI 
public:
abstract property bool IsModulationTypeEnabled {
   bool get();
   void set (    bool value);
}

Remarks

Train Scoring for Modulation type enable/disable properties. If the value is true, scoring includes the Modulation type metric. No base error value for this item.

Requirements

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

See Also