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
(on page 11-359)
slot[slot].tempsensor
This attribute indicates if the module in the specified slot supports temperature sensor channels.
Type
TSP-Link accessible
Affected by
Where saved
Default value
Attribute (R)
Yes
Not applicable
Not applicable
Not applicable
Usage
value
= slot[
slot
].tempsensor
value
If temperature sensor channels are supported, returns
1
slot
Slot number (1 to 6)
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.00000
Also see