Ddc To Icl Command Equivalencies - Keithley 708B Reference Manual

Switching matrix
Hide thumbs Also See for 708B:
Table of Contents

Advertisement

Section 5: Remote commands
Command structure
The DDC structure of the Model 707A or 708A instrument is based on a single ASCII capital letter
with possible alphanumeric arguments and terminated with the "X" execute command.
The Model 707B or 708B instrument uses a modern dot notation format that logically organizes
commands by family, subset 1, subset 2 – optional, and argument. For example:
channel.open("allslots")
Stored program flow control
DDC programming depended on an additional programming environment to send commands to the
707A or 708A instrument. This provided options for program flow control, but at the expense of added
complexity.
The TSP scripting environment uses the Lua programming language, providing a robust and cohesive
flow control framework.

DDC to ICL command equivalencies

In many cases, DDC commands have a single corresponding ICL equivalent command that performs
the same or a similar function.
In some cases, more than one ICL command is needed to provide the same functionality of its
equivalent DDC counterpart because of the expanded capabilities and additional flexibility of the TSP
scripting environment.
The following sections describe the equivalent commands or sets of commands.
Commands with one-to-one equivalents
The commands in the following table are equivalent.
Commands with one-to-one equivalents
DDC
TSP equivalent command
Crc
channel.close(channelList)
Nrc
channel.open(channelList)
Hn
display.sendkey()
P0
channel.open("allslots")
R0
reset()
U2, 0
channel.getclose("allslots"
X
No corresponding command
J0
No corresponding command
U7
digio.readport()
5-22
)
Models 707B and 708B Switching Matrix Reference Manual
Description
Closes a channel
Opens a channel
Emulates a keypress
Opens all channels on all slots
Restore factory defaults
Get closed channels on all slots
Execute
Self-test
Read value from digital I/O port
707B-901-01 Rev. A / August 2010

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents