Keysight Pathwave 89600 VSA .NET API
Run Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IMacroRun Interface : Run Method


app
A reference to the application for the macro to use.

Glossary Item Box

Run the macro.

Syntax

Visual Basic (Declaration) 
Sub Run( _
   ByVal app As Application _
) 
C# 
void Run( 
   Application app
)
C++/CLI 
void Run( 
   Application^ app
) 

Parameters

app
A reference to the application for the macro to use.

Requirements

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

See Also