ST2523 Series Operation Manual Ver1.2
50
The:BINSETup:COMPareB command set the secondary parameter as ON/OFF. The:BINSETup:COMPareB?
query returns the current status of secondary parameter.
Command syntax: BINSETup:COMPareB ON(1)
OFF(0)
ON set the secondary parameter function as ON
OFF set the secondary parameter as OFF
For example: WrtCmd(“BINSET: COMPB ON”)
Query syntax: BINSETup:COMPB?
Return value: <NR1><NL^END>
<NR1> is 0 (integer:48) means OFF
1 (integer: 49) means ON
The:BINSETup:NORmalA command set the nominal value of the primary parameter.
The:BINSETup:NORmalA? query returns the current value of the primary parameter.
Command syntax: BINSETup:NORmalA <value>
Where, <value> is floating point type, ranged from -10k~10k.
For example: WrtCmd(“BINSETup: NORmalA 15”); set the nominal value of the primary parameter as 15. It
can be resistance of 15
Ω
or voltage of 15V according to the test parameter.
Query syntax: BINSETup:NORmalA?
Return value: <NR3><NL^END>
<NR3> the primary parameter
The:BINSETup:NORmalB command set the nominal value of the secondary parameter.
The:BINSETup:NORmalB? query returns the current value of the secondary parameter.
Command syntax: BINSETup:NORmalB <value>
Where, <value> is floating point type, ranged from -10k~10k.
For example: WrtCmd(“BINSETup: NORmalB 15”); set the nominal value of the secondary parameter as 15. It
can be resistance of 15
Ω
or voltage of 15V according to the test parameter.
Query syntax: BINSETup:NORmalB?
Return value: <NR3><NL^END>
<NR3> the secondary parameter
The:BINSETup:BINA command set the upper and lower limit of the primary parameter. According to different
modes, the upper and lower limit of absolute value or percentage can be set. The:BINSETup:BINA? query
returns the current limit of current mode.
Command syntax: BINSETup:BINA N:<value,value>
N Bin number, ranges from 1~9.
<value,value> the upper and lower limit of the primary parameter
For example: WrtCmd(“BINSETup: BINA 2:15,10”);set the upper limit value of primary parameter in BIN2
as 15 and the lower limit as 10.