Keysight Pathwave 89600 VSA .NET API
RunMethod Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ProcessingExtension Class : RunMethod Method


methodName
The method name (case sensitive)

Glossary Item Box

Execute a method

Syntax

Visual Basic (Declaration) 
Public Overridable Function RunMethod( _
   ByVal methodName As String _
) As Boolean
C# 
public virtual bool RunMethod( 
   string methodName
)
C++/CLI 
public:
virtual bool RunMethod( 
   String^ methodName
) 

Parameters

methodName
The method name (case sensitive)

Return Value

true if no error, false otherwise.

Remarks

Only public methods with no argument are supported

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 20.00

See Also