Channel.pattern.catalog() - Keithley 708B Reference Manual

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

Advertisement

Models 707B and 708B Switching Matrix Reference Manual

channel.pattern.catalog()

This function creates a list of the user-created channel patterns.
Type
TSP-Link accessible
Function
Yes
Usage
for name in channel.pattern.catalog() do
...
end
name
Details
This function allows you to print or delete all user-created channel patterns in the runtime environment. The
entries that are returned are listed in random order.
Example
channel.pattern.setimage("1A01,1A02",
"patternA")
channel.pattern.setimage("1B01,1B02",
"patternB")
channel.pattern.setimage("1C01,1C02",
"patternC")
for name in channel.pattern.catalog() do
print(name .. " = " ..
channel.pattern.getimage(name))
channel.pattern.delete(name)
end
Also see
channel.pattern.delete()
channel.pattern.getimage()
channel.pattern.setimage()
channel.pattern.snapshot()
707B-901-01 Rev. A / August 2010
Affected by
String representing the user-defined name of the channel pattern.
(on page 7-38)
(on page 7-38)
(on page 7-39)
(on page 7-41)
Where saved
Default value
This example prints the names and items
associated with all user-created channel
patterns. It then deletes the channel pattern.
patternC = 1C01,1C02
patternA = 1A01,1A02
patternB = 1B01,1B02
Section 7: Command reference
7-37

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

707b

Table of Contents