Section 7: Command reference
Models 707B and 708B Switching Matrix Reference Manual
7-30
707B-901-01 Rev. A / August 2010
Example
print(channel.getdelay("1A07,1B05,1C03"))
channel.setdelay("slot1", 3.1)
DelayTimes =
channel.getdelay("1A07,1B05,1C03")
print(DelayTimes)
Get the existing delays for the listed
channels.
Output:
0.000,0.000,0.00
00
Set a delay on all channels in slot 1.
Verify that the delay was set for the listed
channels.
Output:
3.100,3.100,3.10
00
Also see
Data retrieval commands
channel.getforbidden()
This function returns a string listing the channels in the channel list parameter that are forbidden to close.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Function Yes
System
reset
Channel reset
Create
configuration script
Permitted to close
Usage
forbiddenList = channel.getforbidden(channelList)
forbiddenList
Comma-delimited string listing channels that are forbidden to close in the channel
list
channelList
A string listing the channels and channel patterns to query to see which are
forbidden to close
Details
The
channelList
parameter indicates which channels to check, and may include:
•
allslots
or
slotX
(where
X
equals 1 to 6 for Model 707B, or 1 for Model 708B)
•
Channel ranges or individual channels
•
Channel
patterns
If there are no channels in the scope of the
channelList
that are on the forbidden list, the string returned is
empty or
nil
. The format of the channels in the response string is slot, row, column.