Series 3700A System Switch/Multimeter Reference Manual
Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018
11-359
slot[slot].digio
This attribute indicates whether or not a card in the specified slot supports digital input and output channels.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
value
= slot[
slot
].digio
value
Indicator for whether or not the card in the slot supports digital I/O channels
slot
Slot number (1 to 6)
Details
This attribute is only available for a slot if the installed card supports digital I/O channels.
If digital I/O channels are supported, the returned value is
1
.
Example
print(slot[1].digio)
Query if slot 1 supports digital I/O channels.
Also see
None
slot[slot].endchannel.*
These attributes indicates whether or not the channel in the selected slot supports a feature and if so, which
channels support the feature.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
value
= slot[
slot
].endchannel.amps
value
= slot[
slot
].endchannel.analogoutput
value
= slot[
slot
].endchannel.digitalio
value
= slot[
slot
].endchannel.isolated
value
= slot[
slot
].endchannel.totalizer
value
= slot[
slot
].endchannel.voltage
value
The channel number of the ending channel of the group of channels that supports
the feature
slot
Slot number (1 to 6)
Details
This attribute is only available for a slot if the installed card supports the selected feature. If the
attribute is not available, the return value is
nil
.
Channels are grouped by feature sets, so you can use the start and ending channel numbers to
identify a group of channels that supports a particular feature. If the card supports the feature, the
returned value is the number of the ending channel.