Models 707B and 708B Switching Matrix Reference Manual
Section 7: Command reference
707B-901-01 Rev. A / August 2010
7-171
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.00000
Output if card does not support one pole:
nil
Also see
(on page 7-170)
(on page 7-171)
slot[X].poles.two
This attribute indicates if a two-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
twoPole = slot[X].poles.two
twoPole
The return value
X
Slot number (1 to 6)
Details
This attribute only exists is a card is installed and if the card supports a two-pole setting for the channels on the
card.
If not, the value is
nil
. If supported, the value is
1
.