Serial.parity - Keithley 2651A Reference Manual

High power system sourcemeter instrument
Hide thumbs Also See for 2651A:
Table of Contents

Advertisement

Model 2651A High Power System SourceMeter® Instrument Reference Manual
Usage
flow = serial.flowcontrol
serial.flowcontrol = flow
flow
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
Also see
serial.baud
(on page 7-163)
serial.databits

serial.parity

(on page 7-165)
serial.parity
This attribute configures parity for the RS-232 port.
Type
TSP-Link accessible
Attribute (RW)
Yes
Usage
parity = serial.parity
serial.parity = parity
parity
Details
A new parity setting takes effect when the command to change it is processed.
2651A-901-01 Rev. A / March 2011
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)
(on page 7-164)
Affected by
Not applicable
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)
NOTE
Sets flow control to none.
Where saved
Nonvolatile memory
Section 7: Command reference
Default value
serial.PARITY_NONE
7-165

Advertisement

Table of Contents
loading

Table of Contents