beautypg.com

Geterror, Geterrorlist, Geterror geterrorlist – Measurement Computing GPIB-488.2 User Manual

Page 31: Syntax, No equivalent commands

background image

GPIB 488.2 Porting Guide

986992

IOtech to Associated MCC APIs

3-13

IOtech GPIB Commands

Associated MCC GPIB 488.2 Command(s)

GetError
GetErrorList

No Equivalent Commands

Syntax

GetError

ErrorCodeT WINAPI GetError(DevHandleT devHandle,

LPSTR errText);

GetErrorList ErrorCodeT WINAPI GetErrorList(DevHandlePT

devHandleList, LPSTR errText, DevHandlePT
errHandle);

Usage Notes

The GetError command, no longer to be used, was user-called after another function
returned an error indication.
The GetErrorList, no longer to be used, was user-called, after another function [which
identified a list of device handles] returned an error indication.
Similar functionality can only be achieved by coding efforts, of such magnitude, that they are
beyond the scope of this document.
.