EasyManuals Logo

Tektronix Keithley SourceMeter 2470 Reference Manual

Tektronix Keithley SourceMeter 2470
995 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #366 background imageLoading...
Page #366 background image
Section
9: TSP-Link and TSP-Net 2470 High Voltage SourceMeter Instrument
Reference Manual
9-12 2470-901-01 Rev. A / May 2019
TSP-Link synchronization programming example
The programming example below illustrates how to set bit B1 of the TSP-Link digital I/O port high,
and then read the entire port value:
tsplink.line[1].mode = tsplink.MODE_DIGITAL_OPEN_DRAIN
-- Set bit B1 high.
tsplink.line[1].state = 1
-- Read I/O port.
data = tsplink.readport()
print(data)
The output would be similar to:
7
To read bit B1 only:
-- To read bit B1 only
data = tsplink.line[1].state
print(data)
The output would be similar to:
tsplink.STATE_HIGH
Using 2470 TSP-Link commands with other TSP-Link products
If you are connecting the 2470 in a system with other TSP-Link products, be aware that some of the
TSP-Link commands may be different. You can use the earlier versions of the commands, but be
aware that they may not be supported in future versions of the product.
Commands that are the same in all TSP-Link products:
• tsplink.group
• tsplink.master
• tsplink.node
• tsplink.readport()
• tsplink.state
• tsplink.writeport()

Table of Contents

Other manuals for Tektronix Keithley SourceMeter 2470

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Tektronix Keithley SourceMeter 2470 and is the answer not in the manual?

Tektronix Keithley SourceMeter 2470 Specifications

General IconGeneral
BrandTektronix
ModelKeithley SourceMeter 2470
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals