Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-64 3700AS-901-01 Rev. D/June 2018
channel.setpole("2005", 2)
channel.setbackplane("2005", "2911")
channels = channel.getimage("2005")
print(channels)
Set channel 5 on slot 2 for a 2-wire switch
application.
Associate analog backplane relay 1 in bank 1
on slot 2 with channel 5 on slot 2.
Query channel 5 on slot 2.
Output:
2005,2911
channel.setpole("2003", 4)
channel.setbackplane("2003", "2911,2922")
channels = channel.getimage("2003")
print(channels)
Set channel 3 on slot 2 for a 4-wire switch
application.
Associate analog backplane relays 1 in bank
1 and 2 in slot 2 with channel 3 on slot 2.
Query channel 3 on slot 2 (assuming channel
3 on slot 2 is on a 40-channel card).
Output:
2003(2023),2911,2922
channels = channel.getimage("2003, 2005")
print(channels)
Query for channels 2003 and 2005 in a
single call (assuming they are configured as
shown in examples 1 and 2).
Output:
2003(2023),2911,2922;2005,2911
channels = channel.getimage("2023")
print(channels)
Query channel 2023.
Query channel 3 on slot 2 (assuming channel
23 on slot 2 is on a 40-channel card).
Output:
nil
2023 is paired for 4-wire
operation
Also see
Channel (on page 9-23)
channel.pattern.getimage() (on page 11-78)
Data retrieval commands (on page 9-3)
channel.getlabel()
This function retrieves the label associated with one or more channels.
Instrument reset
Channel reset
Recall setup
Create configuration script
Save setup
slot, row, column or slot, channel
identifier