Keithley SourceMeter 2600 Series Reference Manual page 332

Table of Contents

Advertisement

12-58 Instrument Control Library
Also see
serial.write
Reads data from the serial port:
Example
data = serial.read(200)
print(data)
Output:
The above output indicates that the string "John Doe" was read from the serial port.
serial.write
Function
Writes data to the serial port.
Usage
serial.write(data)
data
Remarks
This function will write the given string to the serial port where it can be read by
equipment (e.g., component handler) connected to the other end of the serial port. No
terminator characters are added to the data. The data will be written exactly as is.
Also see
serial.read
Example
Writes data string "1 2 3 4" to the serial port:
serial.write("1 2 3 4")
setup functions and attribute
The functions and attribute in this group are used to save/recall setups and to set the
power-on setup.
setup.poweron
Attribute
The saved setup to recall when the unit is turned on.
Usage
n = setup.poweron
setup.poweron = n
n
Remarks
For an
setting of 1 to 5, the unit powers up to a user saved setup.
n
Details
See
"Remote operation
Sets unit to power on to the factory defaults:
Example
setup.poweron = 0
2600S-901-01 Rev. A / May 2006
John Doe
Specify the data string to write.
Setup number to recall on power up (0 to 5).
setting of 0, the unit powers up to the factory default (reset) setup. For an
n
setups" in
Return to
Series 2600 System SourceMeters Reference Manual
-- Reads the power-on setup.
-- Writes the power-on setup.
Section
1.
Section 12 topics

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents