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.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Usage
channel.pattern.delete("
name
")
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
(on page 11-78)
(on page 11-79)
(on page 11-82)
channel.pattern.getimage()
This function queries a channel pattern for associated channels and analog backplane relays.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function
Yes
Instrument reset
Channel reset
Recall setup
Pole setting change
Create configuration script
Save setup
Not applicable
Usage
channelList
= channel.pattern.getimage("
name
")
channelList
A string specifying a list of channels and analog backplane relays that are
represented by the name
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.