Chapter 3
Local Command Set
©
National Instruments Corporation
3-51
AssgnHndlr
Purpose
Assign a VXIbus interrupt level to a GPIB-VXI/C interrupt handler.
Command Syntax
AssgnHndlr <handler>, <level>
where
<handler>
is a numeric integer quantity in the range 1 to 3, and
<level>
is a numeric
integer quantity in the range 0 to 7.
Action
If
<level>
is in the range 1 to 7, VXIbus Interrupt Line
<level>
is assigned to Interrupt
Handler
<handler>
.
If
<level>
is 0, the current VXIbus interrupt line held by Interrupt Handler
<handler>
is
released.
Examples
Assign the Interrupt Level 6 to the GPIB-VXI/C Interrupt Handler 2.
AssgnHndlr 2,6
Release the interrupt level currently held by the GPIB-VXI/C Interrupt Handler 1.
AssgnHndlr 1,0