Section 9: TSP command reference Series 2600B System SourceMeter® instrument Reference Manual
9-192 2600BS-901-01 Rev. F/August 2021
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)
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
Also see
RS-232 interface operation (on page 8-60)
serial.baud (on page 9-189)
serial.databits (on page 9-190)
serial.flowcontrol (on page 9-191)