table of contents
other versions
- trixie-backports 4.3.7-5~bpo13+1
- testing 4.3.7-5
- unstable 4.3.7-5
| IBRDF(3) | Traditional API Functions | IBRDF(3) |
NAME¶
ibrdf - read data bytes to file (board or device)
SYNOPSIS¶
#include <gpib/ib.h>
int ibrdf(int ud, const char *file_path);
DESCRIPTION¶
ibrdf() is similar to ibrd() except that the data bytes read are stored in a file instead of an array in memory. file_path specifies the save file. If the file already exists, the data will be appended onto the end of the file.
RETURN VALUE¶
The value of ibsta is returned.
COPYRIGHT¶
Copyright © 2003-2006, 2008 Frank Mori Hess
| 10/06/2025 | linux-gpib 4.3.7 |