Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-78 3700AS-901-01 Rev. D/June 2018
channel.pattern.delete()
This function deletes a channel pattern.
Usage
channel.pattern.delete("name")
A string representing the name of the channel pattern to delete
Details
An error is generated if the name does not exist as a channel pattern.
Example
channel.pattern.delete("Channels")
Deletes a channel pattern called Channels.
Also see
channel.pattern.catalog() (on page 11-77)
channel.pattern.getimage() (on page 11-78)
channel.pattern.setimage() (on page 11-79)
channel.pattern.snapshot() (on page 11-82)
channel.pattern.getimage()
This function queries a channel pattern for associated channels and analog backplane relays.
Instrument reset
Channel reset
Recall setup
Pole setting change
Create configuration script
Save setup
Usage
channelList = channel.pattern.getimage("name")
A string specifying a list of channels and analog backplane relays that are
represented by the name
A string representing the name of the channel pattern to query
Details
The returned string lists the channels in the slot, column or slot, row, column format, even if a channel
pattern was used to create it. Results for multiple channel patterns are delimited by a semicolon (;).
Commas delimit the specific channels and analog backplane relays in a single channel pattern in the
string.
If you change a pole setting for a channel that is associated with a channel pattern, the channel
pattern is deleted. Be sure to configure the pole setting for channels (channel.setpole) before
creating a channel pattern.