ST2523 Series Operation Manual Ver1.2
43
Where:
Character 1 (integer:49) means ON.
Character 0 (integer: 48) means OFF.
For example: WrtCmd(“FUNC:SMON:VAC ON”); Set the voltage monitoring switch as “ON”.
Query syntax: FUNCtion:SMONitor:VAC?
Return format: <NR1><NL^END>
The :Source MONitor:IAC command sets the current monitoring switch.
The FUNCtion:SMONitor:IAC? query returns the current mode of the current monitoring switch.
Command syntax:
ON (1)
FUNCtion:SMONitor:IAC
OFF (0)
Where:
Character 1 (integer:49) means ON.
Character 0 (integer: 48) means OFF.
For example: WrtCmd(“FUNC:SMON:IAC ON”); Set the current monitoring switch as “ON”.
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”);