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


Glossary Item Box

Gets a value indicating whether the macro is ready to run.

Syntax

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

Remarks

This property returns true if executable code for the macro exists. The IsCurrent property provides an indication of whether the macro has been built since the last change to its source code.

Requirements

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

See Also