Example – Measurement Computing GPIB-488 User Manual

Page 27

Advertising
background image

Chapter 3

GPIB 488.1 Library Reference

Programming Reference Manual

3-14

GPIB-488

Example

This example illustrates how to change the timeout value for GPIB Interface Board 1 to 300
msec.

C

int device;

device = ibfind ("gpib1");

ibconfig (device, IbcTMO, 10);

Advertising