TH2523 Series Operation Manual
Ver1.2
55
Query syntax
:
FUNCtion:SMONitor:IAC?
Return format:<NR1><NL^END>
The :DEV<n>:MODE command sets the deviation measurement mode.
The FUNCtion:DEV<n>:MODE? query returns the current mode of the deviation
measurement.
Command Syntax:
ABSolute
FUNCtion:DEV<n>:MODE
PERCent
OFF
Where:
ABSolute Deviation display of absolute value
PERCent
Deviation display of percentage
OFF
Directly display the real measurement value.
<n> may be
:
Character 1 (integer: 49) Sets the deviation mode of primary parameter.
Character 1 (integer: 50) Sets the deviation mode of secondary parameter.
For example: WrtCmd(“FUNC:DEV1:MODE ABS”);
Query syntax: FUNCtion:DEV<n>:MODE?
Return format:
ABS
PERC
<NL^END>
OFF
The :DEV<n>:REFerence command sets the nominal value of deviation.
The FUNCtion:DEV<n>:REFerence? query returns the current deviation nominal value.
Command syntax: FUNCtion:DEV<n>:REFerence<value>
Where:
<value> may be a number in NR1, NR2 or NR3 format.
<n> may be
:
Character 1 (integer: 49) sets the deviation nominal value of primary parameter.
Character 1 (integer: 50) sets the deviation nominal value of secondary parameter.
For example: WrtCmd(“FUNC:DEV1:REF 10”);