Keysight VISA.NET Help
ReaddressingEnabled Property (GpibSession)



Specifies whether to use repeat addressing before each read or write operation. This property applies to this session only (VISA local scope).
Syntax
'Declaration
 
Public Property ReaddressingEnabled As Boolean
'Usage
 
Dim instance As GpibSession
Dim value As Boolean
 
instance.ReaddressingEnabled = value
 
value = instance.ReaddressingEnabled
public bool ReaddressingEnabled {get; set;}
public:
property bool ReaddressingEnabled {
   bool get();
   void set (    bool value);
}
Remarks

The default value is true.

For some configurations, this property may not allow you to change whether DMA is enabled, so reading this property's value back may not echo the value that was set.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025