Keysight VISA.NET Help
HiSLIPOverlapEnabled Property (TcpipSession)



Specifies whether the HiSLIP "overlap" mode is enabled.
Syntax
'Declaration
 
Public Property HiSLIPOverlapEnabled As Boolean
'Usage
 
Dim instance As TcpipSession
Dim value As Boolean
 
instance.HiSLIPOverlapEnabled = value
 
value = instance.HiSLIPOverlapEnabled
public bool HiSLIPOverlapEnabled {get; set;}
public:
property bool HiSLIPOverlapEnabled {
   bool get();
   void set (    bool value);
}
Remarks

The default is the mode suggested by the connected device.

If enabled, the connection uses overlap mode to allow overlapped responses. If disabled, the connection uses synchronous mode to detect and recover from interrupted errors. If changed, VISA.NET will do a Device Clear operation to change the mode.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025