IEEE-488 Reference
4-155
Programming example 10 OUTPUT 716; “:freq:thr:volt:ttl”
20 OUTPUT 716; “:freq:thr:volt:rang?; lev?”
30 ENTER 716; A$
40 PRINT A$
50 END
Line 10 Program the voltage threshold for TTL signal levels.
Line 20 Queries the threshold voltage range, and then queries the trigger level.
Line 30 Addresses the Model 2001 to talk.
Line 40 Displays the threshold voltage range and trigger level (10; 0.8).
4.19.18 :TRANsducer <name>
[:SENSe[1]]:TEMPerature:TRANsducer <name> Specify transducer type
Parameters <name> = RTD Two-wire RTD transducer
= FRTD Four-wire (and three-wire) RTD transducer
= TCouple Thermocouple transducer
Format :temp:tran <name>
Defaults Power-up Saved power-on setup
*RST FRTD transducer
:SYSTem:PRESet FRTD transducer
Query :TRANsducer? Query transducer type
Short-form format: :temp:tran?
Response message: RTD, FRTD or TC
Description This command is used to program the instrument for the transducer type that you are using. If
using a two-wire RTD transducer, select RTD. If using a three-wire or four-wire RTD, select
FRTD. If using a thermocouple, select TCouple.
Programming example 10 OUTPUT 716; “:temp:tran frtd; tran?”
20 ENTER 716; A$
30 PRINT A$
40 END
Line 10 Two commands in this program message; the first programs the Model 2001 for
FRTD temperature measurements, and the second queries the transducer type.
Line 20 Addresses the Model 2001 to talk.
Line 30 Displays the transducer type (FRTD).