Section 7: TSP command reference
Models 707B and 708B Switching Matrix Reference Manual
7-170
707B-901-01 Rev. B / January 2015
slot[X].poles.one
This attribute indicates if a one-pole setting is supported for the channels on the card.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
onePole
= slot[
X
].poles.one
onePole
The return value
X
Slot number (1 to 6)
Details
This attribute only exists if a card is installed and if the card supports one-pole settings for the
channels on the card. If not, the value is
nil
. If supported, the value is 1.
Example
print(slot[3].poles.one)
Query to see if Slot 3 supports one-pole
settings for the channels on the card.
Output if card supports one pole:
1.0000000
Output if card does not support one pole:
nil
Also see
(on page 7-169)