Keysight VISA.NET Help
RequestToSendState Property (SerialSession)



The current state of the Request To Send (RTS) output signal.
Syntax
'Declaration
 
Public Property RequestToSendState As LineState
'Usage
 
Dim instance As SerialSession
Dim value As LineState
 
instance.RequestToSendState = value
 
value = instance.RequestToSendState
public LineState RequestToSendState {get; set;}
public:
property LineState RequestToSendState {
   LineState get();
   void set (    LineState value);
}
Remarks

If FlowControl is equal to Ivi.Visa.SerialFlowControlModes.RtsCts, this property is ignored when changed, but can be read to determine whether the background flow control is asserting or unasserting the signal.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025