ST2516 Series Operation Manual
48
resistance” , ”initial temperature” and ”constant k”.
Command syntax:
:TEMPerature:CONversion:DELTa:PARameter<Initial resistance>,<Initial temperature>,
<Constant>
Where, < Initial resistance> = 0 to 110.000E+6(NR3) means “initial resistance”, unit: Ω
< Initial temperature> = -10.0 to 99.9(NR2) means ”initial temperature”, unit:
℃
< Constant > = -999.9 to 999.9(NR2) means ”constant k”, unit:
℃
For example: WrtCmd(“:TEMP:CON:DELT:PAR 100,20,235”); Set the instrument “initial
resistance” , ”initial temperature” and ”constant k” as 100Ω
, 20
℃ and 235℃ respectively.
Query Syntax: :TEMPerature:CORRect:STATe:PARameter?
Return format: <Initial resistance>,<Initial temperature>,<Constant><NL^END>
Where, the format and unit of <Initial resistance>,<Initial temperature>,<Constant> are the same
as above.
The :TEMPerature:SENSor command sets the input mode selection of the instrument
temperature sensor.
The :TEMPerature:SENSor? query returns to the current input mode of the temperature sensor.
Command syntax:
:TEMPerature:SENSor <PT or ANALog>
Where, PT : Using PT500 as the input signal of the temperature sensor
ANALog: Using analog voltage signal as the input signal of the temperature sensor
Query Syntax: :TEMPerature:SENSor?
Return format: < PT or ANAL ><NL^END>
The :TEMPerature:PARameter command sets the parameter setting when using analog voltage
signal as the input signal of the temperature sensor.
The :TEMPerature:PARameter? query returns to the current parameter setting.
Query Syntax:
:TEMPerature:PARameter <V1>,<T1>,<V2>,<T2>
Where, <V1> = 0 to 2.00 (NR2) means “reference voltage1“, unit: V
<T1> = -99.9 to 999.9 (NR2) means “reference temperature1“, unit:
℃
<V2> = 0 to 2.00 (NR2) means “reference voltage2“, unit: V
<T2> = -99.9 to 999.9 (NR2) means “reference temperature2“, unit:
℃
For example: WrtCmd(“:TEMP: PAR 0,0,1,500”); Set the“reference voltage1“ , “reference
temperature1“ , “reference voltage2“ and “reference temperature2“ of the instrument as 0V, 0
℃
,
1V and 500
℃ respectively.
Query Syntax: :TEMPerature:PARameter?
Return format: the format and unit of <V1>,<T1>,<V2>,<T2><NL^END> are the same as above.