Section 11: TSP command reference Model 2601B-PULSE System SourceMeter Instrument Reference Manual
11-170 2601B-PULSE-901-01A April 2020
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 11-168)
serial.databits (on page 11-169)
serial.parity (on page 11-170)
serial.parity
This attribute configures parity for the RS-232 port.
"none" (serial.PARITY_NONE)
Usage
parity = serial.parity
serial.parity = parity
Set parity to one of the following values:
â–ª Select no parity ("none" or serial.PARITY_NONE)
â–ª Select even parity ("even" or serial.PARITY_EVEN)
â–ª Select odd parity ("odd" or serial.PARITY_ODD)