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


Glossary Item Box

Gets or sets a value indicating whether continuous wave (i.e., no modulation) may be detected.

Syntax

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

Property Value

The default value is true.

Remarks

If all IsModulationTypeXXXEnabled properties are set false, then the modulation detection behaves as if IsModulationTypeContinuousWaveEnabled is true, but if IsModulationTypeContinuousWaveEnabled is false and any other IsModulationTypeXXXEnabled is true, then the auto detection will not look for CW.

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 20.00

See Also