
29
Command Reference
Query Response
<on,off>
<NL>
Example
SEND> MEAS:KEYLOCK?
<NL>
RET> on
<NL>
9.5.1.4
MEAS:START
The :START command sets the sample.
Command Syntax
MEAS:START <on,off>
Example
SEND> MEAS:START off
<NL>
//
Set to start sample
Query Syntax
MEAS:START?
Query Response
<on,off>
<NL>
Example
SEND> MEAS:START?
<NL>
RET> on
<NL>
9.5.1.5
MEAS:CMODEL
The :CMODEL command sets the MODEL of each channel.
Command Syntax
MEAS:CMODEL <para>,< tc-t,tc-k,tc-j,tc-n,tc-e,tc-s,tc-r,tc-b >
Example
SEND> MEAS:CMODEL
<001>,<tc-t>
//
Set the channel 001model for T-type thermocouple
Query Syntax
MEAS:CMODEL?
Query Response
< tc-t,tc-k,tc-j,tc-n,tc-e,tc-s,tc-r,tc-b >
Example
SEND> MEAS:CMODEL?
<NL>
RET>
< tc-t,tc-t >
9.5.1.6
MEAS:CHANON
The :CHANON command sets the status of each channel.
Command Syntax
MEAS:CMODEL <para>,<on,off>
Example
SEND> MEAS:CMODEL
<001>,<on>
//
Set the channel 001 open
Query Syntax
MEAS:CHANON?
Query Response
< on,off>
Example
SEND> MEAS:CHANON?
<NL>
RET>
< ON,ON,ON,ON,ON,ON >
9.5.1.7
MEAS:LOW
The :LOW command sets the low value of all channel.
Command Syntax
MEAS:LOW <float>
Example
SEND> MEAS:LOW
<-200.0>
//
Set the all channel low limit -200.0
Query Syntax
MEAS:LOW?
Query Response
< float,float >
Example
SEND> MEAS:LOW?
<NL>
RET>
<
-
2.02
, -
2.02 >
9.5.1.8
MEAS:CLOW
The :CLOW command sets the low value of each channel.
Command Syntax
MEAS:CLOW <para>,<float>
Example
SEND> MEAS:CLOW
<001>,<-200.0>
//
Set the channel 001 low limit -200.0