Keithley SourceMeter 2600 Series Reference Manual page 330

Table of Contents

Advertisement

12-56 Instrument Control Library
serial.databits
Attribute
Character width (data bits) for the RS-232 port.
Usage
bits = serial.databits
serial.databits = bits
bits
• A new data width setting takes effect when the command to change it is processed.
Remarks
• The user should allow ample time for the command to be processed before
attempting to communicate with the instrument again. It is recommended that the
data width be set from the GPIB interface or from the front panel.
• The data bits value is stored in non-volatile memory. The
effect on data bits.
Details
See
"RS-232 interface
Also see
serial.baud, serial.flowcontrol,
Sets data width to 8:
Example
serial.databits = 8
serial.flowcontrol
Attribute
Flow control for the RS-232 port.
Usage
flow = serial.flowcontrol
serial.flowcontrol = flow
Set
"none"
"hardware"
• A new flow control setting takes effect when the command to change it is processed.
Remarks
• The user should allow ample time for the command to be processed before
attempting to communicate with the instrument again. It is recommended that the
flow
control be set from the GPIB interface or from the front panel.
• The flow control value is stored in non-volatile memory. The
effect on flow control.
Details
See
"RS-232 interface
Also see
serial.baud, serial.databits,
Sets flow control to none:
Example
serial.flowcontrol = serial.FLOW_NONE
2600S-901-01 Rev. A / May 2006
Set to 7 or 8.
operation" in
to one of the following values:
flow
or
serial.FLOW_NONE
or
serial.FLOW_HARDWARE
operation" in
serial.parity
Return to
Series 2600 System SourceMeters Reference Manual
-- Reads data width.
-- Writes data width.
Section
11.
serial.parity
-- Reads flow control.
-- Writes flow control.
Selects no flow control.
Selects hardware flow control.
Section
11.
Section 12 topics
function has no
reset
function has no
reset

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents