![Keithley 707B Скачать руководство пользователя страница 167](http://html.mh-extra.com/html/keithley/707b/707b_reference-manual_661685167.webp)
Section 5: Remote commands
Models 707B and 708B Switching Matrix Reference Manual
5-6
707B-901-01 Rev. A / August 2010
Figure 78: Matrix card display showing channel identifier
TRIG
MENU
EXIT
ENTER
CONFIG
2A+01
2A+01
DISPLAY
LOAD
LOAD
RUN
RUN
INS
INS
DEL
DEL
Matrix Card
Slot 2, Row 1, Column 01
Status
OPN = Open
CLS = Closed
CLS: 2c04
CLS: 2c04
Return value
Several of the channel functions return a value for specified channels and channel patterns.
The return value for these functions is a string containing a list of comma-delimited return items. The
channelList
argument of the ICL command determines the number and order of these returned
items.
When the
channelList
parameter for these functions is
"slotX"
, the response first lists the
channels starting from lowest to highest. More specifically, the channels are returned in numeric
order.
When the
channelList
parameter for these functions is
"allslots"
, the response starts with Slot
1 and increases to Slot 6 for the Model 707B. The Model 708B has only one slot, thus
"allslots"
is the same as
"slot1"
for this model. Each slot is processed completely before going to the next.
Therefore, all Slot 1 channels are listed before Slot 2 channels.
When the response is numeric, but in string format, use the
tonumber()
function to convert the
string to a number. For example, sending these commands:
x = tonumber("1403")
print(x)
Results in:
1.40303