SME1202A
51
The
:
BDISplay
command is used to set the bin display of the instrument as ON or OFF.
The
:
BDISplay? query returns to the current bin display state.
Command syntax:
ON(1)
COMParator: BDISplay
OFF(0)
Where,
Character 1 (integer:49) means ON.
Character 0 (integer: 48) means OFF.
For example: WrtCmd(“COMP:BDIS ON”)
Query Syntax: COMParator: BDISplay?
Return format: <NR1><NL^END>
The
:
BLIMitvalue
command is used to set the bin limit value of the instrument as ON or
OFF.
The
:
BLIMitvalue? query returns to the current bin limit value.
Command syntax:
ON(1)
COMParator: BLIMitvalue
OFF(0)
Where,
Character 1 (integer:49) means ON.
Character 0 (integer: 48) means OFF.
For example: WrtCmd(“COMP:BLIM ON”)
Query Syntax: COMParator: BLIMitvalue?
Return format: <NR1><NL^END>
The
:ORESultcommand
sets the bin output results type of the instrument.
COMParator:ORESult? query returns to the current bin output results type.
Command syntax:
LEVel
COMParator:ORESult
PULSe
Where,
LEVel set the bin output results type as LEVel
PULSe set the bin output results type as PULSe
For example: WrtCmd(“COMP:ORES LEV”)
Query syntax: COMParator:ORES?
Return format:
LEVel
<NL^END>
PULSe