Channel.setlabelcolumn() - Keithley 708B Reference Manual

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

Advertisement

Models 707B and 708B Switching Matrix Reference Manual
Details
This command sets the label of the channel specified in channelList to the value specified in the label
parameter.
The label parameter must be unique. In addition, it cannot be the same as the name of a channel pattern, row
label, or column label.
To clear the label, set label to an empty string ("") or to a string with a space as the first character.
After defining a label, you can use it to specify the channel instead of using the channel specifier.
An error is generated if:
The card in the channel slot does not support a label setting
The label contains a space. However, if the first character is a space, the label is cleared
The label is already used to represent a channel pattern
The label does not persist through a power cycle.
Example 1
channel.setlabel("1A01", "start")
channel.close("start")
print(channel.getclose("allslots"))
Example 2
channel.setlabel("1A01", "")
Example 3
channel.setlabel("1A01", " ")
Also see
channel functions and attributes

channel.setlabelcolumn()

channel.setlabelrow()
channel.setlabelcolumn()
This function assigns a label to a column.
Type
TSP-Link accessible
Function
Yes
Usage
channel.setlabelcolumn(channel, label)
channel
label
707B-901-01 Rev. A / August 2010
(on page 5-5)
(on page 7-47)
(on page 7-49)
Affected by
System reset
Channel reset
A string that specifies the channel that contains the column to which the label will be
applied
A string that lists the label for the channel column, up to eight characters
Sets the label for channel row 1 and column 01
on slot 1 to "start".
Output:
1A01
Clears the label for channel row 1 and
column 01, slot 1 back to "1A01".
Also clears the label for channel row 1 and
column 01, slot 1 back to "1A01".
Where saved
Default value
Create
Empty string or blank
configuration script
Section 7: Command reference
7-47

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents