Keysight VISA.NET Help
DataTerminalReadyState Property (SerialSession)



The state of the Data Terminal Ready (DTR) output signal.
Syntax
'Declaration
 
Public Property DataTerminalReadyState As LineState
'Usage
 
Dim instance As SerialSession
Dim value As LineState
 
instance.DataTerminalReadyState = value
 
value = instance.DataTerminalReadyState
public LineState DataTerminalReadyState {get; set;}
public:
property LineState DataTerminalReadyState {
   LineState get();
   void set (    LineState value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025