ST2523 Series Operation Manual Ver1.2
49
7.1.7
BINSETup Subsystem Commands
Binsetup Subsystem Commands are used to set the bin comparison and compare judgment condition.
Command Tree:
The:BINSETup:BinMode command set the bin compare mode. The:BINSETup:BinMode? query returns the
current compare mode.
Command syntax: BINSETup:BinMode ABS
PERcent
ABS absolute value mode
PERcent percentage mode
For example: WrtCmd(“BINSETup:BinMode ABS”)
Query syntax: BINSETup:BinMode?
Return value: <NR1><NL^END>
<NR1> is 0 absolute value mode
1 percentage mode
The:BINSETup:COMPareA command set the primary parameter as ON/OFF. The:BINSETup:COMPareA?
query returns current status of primary parameter.
Command syntax: BINSETup:COMPareA ON(1)
OFF(0)
ON set the primary parameter function as ON
OFF set the primary parameter as OFF
For example: WrtCmd(“BINSET: COMPA ON”)
Query syntax: BINSETup:COMPA?
Return value: <NR1><NL^END>
<NR1> is 0 (integer:48) means OFF
1 (integer: 49) means ON