The +ILK is shorted to -ILK with a physical wire.
If using one of our 37xx-ST screw terminal accessories, we make this connection for you.
But if custom wiring to the DBxx mass termination connectors, keep in mind you need to either wire them to a interlock switch or jumper them if you want to close backplane relays on the 37xx card.
For just closing channels, either send a list of channels to be closed, or create a pattern and close/open by pattern name.
-- some TSP commands for channel closure
reset()
channel.close("1001,1911")
print("******************")
print(channel.getclose("allslots"))
print("******************")
channel.open("allslots")
channel.pattern.setimage("1001,1911","patternA")
channel.close("patternA")
print("******************")
print(channel.getclose("allslots"))
print("******************")
channel.pattern.delete("patternA")