Keysight VISA.NET Help
GetAttributeString(Int32,String) Method



The specified attribute ID.
A extra input parameter which is needed to get attribute value.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeString( _
   ByVal attribute As Integer, _
   ByVal extraInput As String _
) As String
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim extraInput As String
Dim value As String
 
value = instance.GetAttributeString(attribute, extraInput)
string GetAttributeString( 
   int attribute,
   string extraInput
)
String^ GetAttributeString( 
   int attribute,
   String^ extraInput
) 

Parameters

attribute
The specified attribute ID.
extraInput
A extra input parameter which is needed to get attribute value.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025