![Keithley 708B Скачать руководство пользователя страница 294](http://html1.mh-extra.com/html/keithley/708b/708b_reference-manual_3961185294.webp)
Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-41
Example
channel.pattern.setimage("1A01:1A10", "Channels")
oldList = channel.pattern.getimage("Channels")
newList = oldList .. ", 1C11"
channel.pattern.delete("Channels")
channel.pattern.setimage(newList, "Channels")
channel.close("Channels, 1D11")
Items = channel.pattern.getimage("Channels")
channel.pattern.setimage(Items, "Pattern")
channel.pattern.delete("Channels")
For this example, assume there is a
Keithley Model 7174 or similar card in Slot
1.
Creates a pattern, appends a channel to
the pattern by retrieving the pattern and
recreating it, and then renames the pattern.
Also see
(on page 7-37)
(on page 7-38)
(on page 7-38)
(on page 7-41)
channel.pattern.snapshot()
This function creates a channel pattern.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
System
reset
Channel reset
Create
configuration script
Not applicable
Usage
channel.pattern.snapshot(name)
name
A string representing the name to associate with the present state of channels
Details
This command stores the image of presently closed channels and associates them with the
name
parameter in
memory.
If
name
is already used for an existing channel pattern, that pattern is overwritten with the new pattern channel
image (if no errors occur). The previous image associated with the
name
is lost.
An error is generated if:
•
The
name
parameter already exists as a label
•
Insufficient memory exists to save the channel pattern and name in persistent memory
•
The pattern name exceeds 19 characters or contains a space