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


Glossary Item Box

Gets or sets a value indicating whether to turn on I/Q modulation for this channel.

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 has effect only if an arbitrary I/Q modulation signal has been previously downloaded to the source channels and selected.

Requirements

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

See Also