National Instruments GPIB-PC User Manual

Page 86

Advertising
background image

Section Four A

BASICA/QuickBASIC GPIB-PC Function Calls

©National Instruments Corp.

4A-11

GPIB-PC User Manual

Table 4A.3 - QuickBASIC GPIB-PC Calls (continued)

Description

CALL Function Syntax

Change/disable time limit

IBTMO (BD%,V%)

Configure applications monitor

IBTRAP (MASK%,V%)

Trigger selected device

IBTRG (BD%)

Wait for selected event

IBWAIT (BD%,MASK%)

Write data from string

IBWRT (BD%,WRT$)

Write data asynchronously from string

IBWRTA (BD%,WRT$)

Write data from file

IBWRTF (BD%,FLNAME$)

Write data from integer array

IBWRTI
(BD%,IARR%(),CNT%

Write data asynch from integer array

IBWRTIA
(BD%,IARR%(),CNT%

Advertising