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


Glossary Item Box

Gets or sets a value indicating whether the virtual signal is enabled.

Syntax

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

Remarks

A virtual signal cannot be enabled if a waveform has not been downloaded to the signal or if its sample rate is greater than the remaining sample rate of parent source channel.

Downloading a waveform to the virtual signal on the source sets Enabled state to true if the signal sample rate is less than or equal to remaining sample rate. Enabled state is set to false if downloading a waveform sets the virtual signal's sample rate to a value greater than the remaining sample rate.

Requirements

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

See Also