To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
OFF INTR - Cancels event branches defined by ON INTR.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
OFF INTR
Cancels event branches defined by ON INTR.
OFF INTR [interface-select-code]
Usage:
OFF INTR
OFF INTR 10
OFF INTR Gpib
Example:
OFF INTR.BAS
Description:
OFF INTR
disables event-initiated branches for the specified interface-select-code (ISC). If an optional interface-select-code is NOT specified, all device interrupts defined by
ON INTR
and
ENABLE INTR
will be disabled.
See Also:
ENABLE
,
ENABLE INTR
,
DISABLE
,
DISABLE INTR
,
ON-EVENT
,
SYSTEM PRIORITY