System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-175
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 7-173)
serial.databits (on page 7-174)
serial.parity (on page 7-175)
serial.parity
This attribute configures parity for the RS-232 port.
Type TSP-Link accessible Affected by Where saved Default value
"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)
Details
A new parity 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 parity from one of the other command interfaces or from the front
panel.
The reset function has no effect on parity.
Example
serial.parity = serial.PARITY_NONE