4 Command and Query Summary
K0472 Revision A 4-32
OUTPut
The OUTPut subsystem turns the pressure controller on/off and controls the state of the
logical outputs.
:OUTP:STAT
Applicability: PACE5000, PACE6000
Command Syntax
:OUTPut[x]:STATe <Boolean>
where: x (module) = 1 or 2 (default - 1)
Parameter: <boolean>
0- turn controller off
1 - turns controller on
Short form: :OUTP
Function: Turn the pressure controller on/off
Default: 0
Query Syntax
:OUTPut:STATe?
where: x (module) = 1 or 2 (default - 1)
Short form: :OUTP?
Function: Asks for state of pressure controller
Response: 0 - controller off
1 - controller on
Description
Sets or queries the state of the pressure controller.
Example
TX> :OUTP:STAT?
RX> :OUTP:STAT 0
The module 1 controller currently turned off.
To turn the module 1 controller on:
TX> :OUTP:STAT ON
TX> :OUTP:STAT?
RX> :OUTP:STAT 1
To turn the module 1 controller off:
TX> :OUTP:STAT OFF