Keysight VISA.NET Help
SetAttributeString Method (IKeysightInternalResourceManager)



The specified attribute ID.
The value to which the attribute will be set.
Set the string value of the specified attribute in the underlying VISA C implementation.
Syntax
'Declaration
 
Sub SetAttributeString( _
   ByVal attribute As Integer, _
   ByVal value As String _
) 
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim value As String
 
instance.SetAttributeString(attribute, value)
void SetAttributeString( 
   int attribute,
   string value
)
void SetAttributeString( 
   int attribute,
   String^ value
) 

Parameters

attribute
The specified attribute ID.
value
The value to which the attribute will be set.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025