Models 707B and 708B Switching Matrix Reference Manual
Section 7: TSP command reference
707B-901-01 Rev. B / January 2015
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
.
Example
twoPole3 = slot[3].poles.two
print(twoPole3)
Query to see if Slot 3 supports two-pole
settings for the channels on the card.
Output if card supports two pole:
1.0000000
Output if card does not support two pole:
nil
Also see
(on page 7-170)
(on page 7-169)
slot[X].pseudocard
This attribute specifies the corresponding pseudocard to implement for the designated slot.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (RW)
Yes
Not applicable
Not applicable
See
Details
Usage
pseudoCard
= slot[
X
].pseudocard
slot[
X
].pseudocard =
pseudoCard
pseudoCard
The pseudocards available for Models 707B and 708B are:
•
slot.PSEUDO_NONE
or
0
for no pseudocard selection
•
7072 for the Model 7072 8x12 Semiconductor Matrix Card
•
70721 for the Model 7072-HV 8x12 High-Voltage Semiconductor Matrix Card
•
7173 for the Model 7173-50 8x12 High-Frequency 2-Pole 4x12 Matrix Card
•
7174 for the Model 7174A 8x12 Low-Current, High-Speed Matrix Card
X
Slot number (1 to 6)