Keysight 89600 VSA .NET API
GetParameter Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > InputExtensionChannel Class : GetParameter Method


name
The key name of the parameter.

Glossary Item Box

Gets the value of the named parameter on the specified instrument type.

Syntax

Visual Basic (Declaration) 
Public Function GetParameter( _
   ByVal name As String _
) As Object
C# 
public object GetParameter( 
   string name
)
C++/CLI 
public:
Object^ GetParameter( 
   String^ name
) 

Parameters

name
The key name of the parameter.

Return Value

The value of the specified parameter.

Remarks

Note: It is recommended to use the strongly typed methods and properties on sub-classes of this class instead of this method. See the specific Input Extension class for the hardware that is being used.

Requirements

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

See Also