Model 2651A High Power System SourceMeter® Instrument Reference Manual Section 7: Command reference
2651A-901-01 Rev. A / March 2011 7-165
Usage
flow = serial.flowcontrol
serial.flowcontrol = flow
flow
A string representing 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.
NOTE
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-163)
serial.databits
(on page 7-164)
serial.parity
(on page 7-165)
serial.parity
This attribute configures parity for the RS-232 port.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW) Yes Not applicable Nonvolatile memory serial.PARITY_NONE
Usage
parity = serial.parity
serial.parity = 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.