Inhouse:reg_enable – VXI VM4016 User Manual

Page 24

Advertising
background image

VXI Technology, Inc.

24

VM4016 Programming

INHOUSE:REG_ENABLE

The INHOUSE:REG_ENABLE command controls the masking for REGINT. REG_ENABLE 0
means that backplane interrupts cannot be generated. If the REG_ENABLE is 1, then backplane
interrupts can be generated. If PSEUDO is set, then a write to the register at offset 0x38 also
controls the masking. Enable or disable capabilities are provided in the pseudo register interface to
allow a complete register interface. It is important to note that all letters of the command must be
provided as there is no short form for this command.

INHOUSE:REG_ENABLE <boolean>

Where <boolean> is 0 | OFF | 1 | ON.

EXAMPLES


INHOUSE:REG_ENABLE 1

Enables the REGINT type interrupt

generation


INHOUSE:REG_ENABLE?

Returns 1 to state that backplane

1

interrupting is currently enabled.

INHOUSE:REG_ENABLE 0

Disabling REGINT interrupt generation.


INHOUSE:REG_ENABLE?

Returns 0 to state that backplane

0

interrupting is currently disabled.

Advertising