Keysight VISA.NET Help
ReaddressingEnabled Property (IGpibSession)



Specifies whether to use repeat addressing before each read or write operation. In some cases you may not be able to change the readdressing behavior, so reading this property value may not return the same value that was set.
Syntax
'Declaration
 
Property ReaddressingEnabled As Boolean
'Usage
 
Dim instance As IGpibSession
Dim value As Boolean
 
instance.ReaddressingEnabled = value
 
value = instance.ReaddressingEnabled
bool ReaddressingEnabled {get; set;}
property bool ReaddressingEnabled {
   bool get();
   void set (    bool value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025