Channel.pattern.setimage() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Series 3700A System Switch/Multimeter Reference Manual
Example
-- Set up two patterns
channel.pattern.setimage("4001:4005", "myPattern")
channel.pattern.setimage("2001,2003,2005", "myRoute")
-- Print images
myImage = channel.pattern.getimage("myPattern")
print(myImage)
print(channel.pattern.getimage("myRoute"))
print(channel.pattern.getimage("myRoute,
myPattern"))
Using a Model 3721 (or similar model) card in slots 2 and 4, this example creates two channel patterns and
then queries these patterns.
Output:
4001,4002,4003,4004,4005
2001,2003,2005
2001,2003,2005;4001,4002,4003,4004,4005
Also see
channel.pattern.catalog()
channel.pattern.delete()

channel.pattern.setimage()

channel.setpole()
channel.pattern.setimage()
This function creates a channel pattern and associates it with the specified name.
Type
TSP-Link accessible
Function
Yes
Usage
channel.pattern.setimage("channelList", "name")
channelList
name
Details
If name is 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. The DMM
configuration associated with the pattern remains unchanged in this scenario.
3700AS-901-01 Rev. D/June 2018
(on page 11-77)
(on page 11-78)
(on page 11-79)
(on page 11-96)
Affected by
Instrument reset
Channel reset
Recall setup
Pole setting change
A string listing the channels, channel patterns, or analog backplane relays to use
when creating the new channel pattern
A string representing the name to associate with the new channel pattern
Section 11: TSP command reference
Where saved
Default value
Create configuration script
Not applicable
Save setup
11-79

Advertisement

Table of Contents
loading

Table of Contents