Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-35
channel.gettype()
This function returns the type associated with a channel.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Not applicable
Not applicable
1
Usage
type = channel.gettype(channelList)
type
Returns a string listing the comma-delimited types for channels in
channelList
channelList
String specifying the channels to query, using normal
channelList
syntax
Details
The channel type is defined by the physical hardware of the card on which the channel exists. The only valid
channel type for the Models 707B and 708B is
channel.TYPE_SWITCH
or
1
.
Example
print(channel.gettype("1A01"))
Queries the channel type of Row 1, Column 1, in
Slot 1.
Also see
None
channel.open()
This function opens the specified channels and channel patterns.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
Usage
channel.open(channelList)
channelList
String listing the channels and channel patterns to open
Details
This function opens the specified channels for switching.
The settling time associated with a channel must elapse before the command completes. User delay is not
added when a relay opens.