Keysight VISA.NET Help
UnaddressingEnabled Property (GpibSession)



Specifies whether to unaddress the device (UNT and UNL) after each read or write operation. This property applies to this session only (VISA local scope). Trying to set this property to a value other than false will normally result in an exception.
Syntax
'Declaration
 
Public Property UnaddressingEnabled As Boolean
'Usage
 
Dim instance As GpibSession
Dim value As Boolean
 
instance.UnaddressingEnabled = value
 
value = instance.UnaddressingEnabled
public bool UnaddressingEnabled {get; set;}
public:
property bool UnaddressingEnabled {
   bool get();
   void set (    bool value);
}
Remarks

The default value is false.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025