Man page - testsys(3)
Packages contas this manual
- ibwrtf(3)
- ibcnt(3)
- ibrd(3)
- ibeot(3)
- ibclr(3)
- ibrpp(3)
- ibloc(3)
- ibrsv2(3)
- ibppc(3)
- ibstop(3)
- ibsad(3)
- ibrsp(3)
- ibist(3)
- ibwrta(3)
- ibsta(3)
- ibrda(3)
- ibgts(3)
- ibrdf(3)
- ibtmo(3)
- ibcac(3)
- ibvers(3)
- ibcmd(3)
- ibtrg(3)
- ibsic(3)
- ibeos(3)
- ibcmda(3)
- ibwait(3)
- ibonl(3)
- ibpct(3)
- ibrsc(3)
- ibwrt(3)
- ibbna(3)
- iblines(3)
- ibrsv(3)
- ibpad(3)
- ibspb(3)
- iberr(3)
- ibask(3)
- ibsre(3)
- ibconfig(3)
- ibfind(3)
- ibln(3)
- ibdev(3)
- ibevent(3)
apt-get install libgpib-doc
Manual
| TESTSYS(3) | TESTSYS(3) |
NAME
TestSys - perform self-test queries on devices
SYNOPSIS
#include <gpib/ib.h>
void TestSys(int board_desc, const Addr4882_t addressList[], short results[]);
DESCRIPTION
TestSys() sends the '*TST?' message to all the devices in the addressList array, then reads their responses into the results array. This will cause devices that conform to the IEEE 488.2 standard to perform a self-test and respond with a zero on success. A non-zero response indicates an error during the self-test.
The number of devices which responded with nonzero values from their self-tests is returned in ibcnt, ibcntl. If a device fails to respond to the *TST? query, an error will be flagged in ibsta (this is different than NI's documented behaviour which is broken).
COPYRIGHT
Copyright © 2003-2006, 2008 Frank Mori Hess
| 11/30/2025 | linux-gpib 4.3.7 |