Bird Technologies 6091P Manuale d'uso
Pagina 50

Bird Model 6091 Calorimeter
38
FLow rate (FL)
Function
Selects coolant flow rate measurement mode.
Remarks
Measurement results are returned in liters per minute.
Statements
National GPIB-PCII
HP 200/300
Let CMD$="FL"
OUTPUT 724; "FL"
CALL IBWRT (UD%,CMD$)
INput temperature
(IN)
OUtput temperature
(OU)
Delta Temperature
(DT)
Function
Selects input, output or delta temperature measurement modes.
Remarks
Measurement results are returned in degrees Celsius.
Input temperature is the temperature of the coolant entering the load resistor.
Output temperature is the temperature is the temperature of the coolant leaving
the load resistor.
Delta temperature is the output temperature minus the input temperature.
(DT = OU - IN)
Statements
National GPIB-PCII
HP 200/300
LET CMD$="DT"
OUTPUT 724; "DT"
CALL IBWRT (UD%,CMD$)