General GPIB Parameters

Recording

You control how data and event information are saved to a record (disk) file with these parameters:

Callbacks

While the GPIB object is connected to the instrument, you can use events to execute callbacks. You define the callbacks to execute within an M-file callback function.

Buffering

Specify the size, in bytes, of the input and output buffer. An error occurs if the transferred data cannot be stored in the associated buffer.

Timeout

Specify the waiting time, in seconds, to complete a read or write operation. If a timeout occurs, then the read or write operation aborts. If the operation is asynchronous, then an error event is generated.