Keysight VISA.NET Help
SendEndEnabled Property (GpibInterfaceSession)



Enables/disables asserting an END on the last byte of a write.
Syntax
'Declaration
 
Public Property SendEndEnabled As Boolean
'Usage
 
Dim instance As GpibInterfaceSession
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