Section 11: TSP command reference Series 3700A System Switch/Multimeter Reference Manual
11-372 3700AS-901-01 Rev. D/June 2018
Start voltage channel is 1
End voltage channel is 40
Start amp channel is 41
End amp channel is 42
no digio channels
no totalizer channels
no analog output channels
Checking card channels in slot 6
Slot is Empty
Also see
slot[slot].endchannel.* (on page 11-359)
slot[slot].tempsensor
This attribute indicates if the module in the specified slot supports temperature sensor channels.
Usage
value = slot[slot].tempsensor
If temperature sensor channels are supported, returns 1
Details
This command is only available for a slot if the installed module supports temperature sensor
channels. If temperature sensor channels are not available, the return value is nil.
Example
TempSensor = slot[1].tempsensor
print(TempSensor)
Query to determine if slot 1 supports
temperature sensor channels. If it does
support temperature sensor channels, the
output is:
1.000000000e+00
Also see
slot[slot].idn (on page 11-362)