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


Glossary Item Box

Gets a value indicating whether this source channel is enabled.

Syntax

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

Remarks

The source channel must be enabled and the Connected property of its parent Source must be true for members of this interface to change the hardware source channel.

SourceChannel is enabled using a method in its parent Source.

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 28.60

See Also