Keysight Pathwave 89600 VSA .NET API
IsModulationOn Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : IsModulationOn Property


Glossary Item Box

Gets or sets a value indicating whether I/Q modulation is on for all channels.

Syntax

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

Remarks

This turns on I/Q modulation using data that is downloaded from a recording to the source's dual arbitrary waveform generator. Modulation be controlled individually per channel. When queried, this property always returns the value for the first channel.

Requirements

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

See Also