Series 3700A System Switch/Multimeter Reference Manual Section 11: TSP command reference
3700AS-901-01 Rev. D/June 2018 11-365
slot[slot].maxvoltage
This attribute returns the maximum voltage of all channels on a plug-in card in the specified slot.
Usage
maximumVolts = slot[slot].maxvoltage
Details
This command is only available for a slot if the installed plug-in card supports voltage settings.
Example
maxVolts2 = slot[2].maxvoltage
print(maxVolts2)
Query the maximum voltage on slot 2. The output is similar to:
300
Also see
slot[slot].idn (on page 11-362)
slot[slot].multiplexer
This attribute indicates if the card in the specified slot supports multiplexer channels.
Usage
value = slot[slot].multiplexer
1 if multiplexer channels are supported
Details
This attribute is only available for a slot if the installed card supports multiplexer channels. If
multiplexer channels are not available, the return value is nil.
Example
MuxChan1 = slot[1].multiplexer
print(MuxChan1)
Query if slot 1 supports multiplexer channels.
If it does support multiplexer channels, the
output is:
1.000000000e+00
Also see
slot[slot].idn (on page 11-362)