Keysight VISA.NET Help
SetAttributeString(NativeVisaAttribute,String) Method



A VISA C ViString or ViRsrc attribute ID.
The value to which the attribute will be set.
Set the value of the specified attribute in the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Sub SetAttributeString( _
   ByVal attribute As NativeVisaAttribute, _
   ByVal value As String _
) 
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As NativeVisaAttribute
Dim value As String
 
instance.SetAttributeString(attribute, value)
void SetAttributeString( 
   NativeVisaAttribute attribute,
   string value
)
void SetAttributeString( 
   NativeVisaAttribute attribute,
   String^ value
) 

Parameters

attribute
A VISA C ViString or ViRsrc 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