beautypg.com

Disarm – Measurement Computing Analyzer488 User Manual

Page 120

background image

Section 4

Serial Controller

4.26

DISARM

The DISARM command prevents the Analyzer488 from sending an event status

message to the serial host, even when an ARMed condition occurs. A user's program
can still check for the events by using the STATUS command.

If the DISARM command is issued without specifying any events, then all event

message reporting will be disabled.

The ARM command must be used to re-enable the event responses after the event

occurs.

This command does not have a query option although ARM? may be used to see

which events have been armed.

TYPE

System Command

SYNTAX

DISARM

[;][event[event…]]

event

is one or more of SRQ, RECORD, STEP, or TRIGGER.

RESPONSE

None

MODE

Any

BUS STATES

None

QUERY

None

RESPONSE

EXAMPLES

PRINT#1,"DISARM"

Disable all conditions

PRINT#1,"DISARM SRQ"

Do not send 'SRQ' string if SRQ
line is asserted.