Series 2600B System SourceMeter® instrument Reference Manual Section 9: TSP command reference
2600BS-901-01 Rev. F/August 2021 9-191
Also see
RS-232 interface operation (on page 8-60)
serial.baud (on page 9-189)
serial.flowcontrol (on page 9-191)
serial.parity (on page 9-192)
serial.flowcontrol
This attribute configures flow control for the RS-232 port.
"none" (serial.FLOW_NONE)
Usage
flow = serial.flowcontrol
serial.flowcontrol = flow
A string or value that represents flow control configuration; set to:
â–ª "none" or serial.FLOW_NONE (selects no flow control)
â–ª "hardware" or serial.FLOW_HARDWARE (selects hardware flow control)
Details
A new flow control setting takes effect when the command to change it is processed.
Allow ample time for the command to be processed before attempting to communicate with the
instrument again. If possible, set the flow control from one of the other command interfaces or from
the front panel.
The reset function has no effect on flow control.
Example
serial.flowcontrol = serial.FLOW_NONE
Sets flow control to none.
Also see
serial.baud (on page 9-189)
serial.databits (on page 9-190)
serial.parity (on page 9-192)