Keysight VISA.NET Help
SendEndEnabled Property (MessageBasedSession)



Enables/disables sending the END signal on the last byte of a write. This property applies to this session only (VISA local scope).
Syntax
'Declaration
 
Public Property SendEndEnabled As Boolean
'Usage
 
Dim instance As MessageBasedSession
Dim value As Boolean
 
instance.SendEndEnabled = value
 
value = instance.SendEndEnabled
public bool SendEndEnabled {get; set;}
public:
property bool SendEndEnabled {
   bool get();
   void set (    bool value);
}
Remarks

The default is true.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025