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


Glossary Item Box

Gets an array of strings representing the named parameters that can be configured on this hardware.

Syntax

Visual Basic (Declaration) 
Public Function GetParameterNames() As String()
C# 
public string[] GetParameterNames()
C++/CLI 
public:
array<String^>^ GetParameterNames(); 

Return Value

Array of parameter names. Empty array if the hardware has no configurable input extension parameters.

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.

These parameter names can be used with the SetParameter or GetParameter property to set or get parameter Values.

Requirements

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

See Also