Syntax for Device-Level Traditional NI-488.2 Calls in Interactive Control
From NI-488.2
Syntax for Device-Level Traditional NI-488.2 Calls in Interactive Control
| Syntax | Description |
| ibask option | Return configuration information where option is a mnemonic for a configuration parameter |
| ibclr | Clear specified device |
| ibconfig option value | Alter configurable parameters where option is mnemonic for a configuration parameter |
| ibdev BdIndx pad sad tmo eot eos | Open an unused device; ibdev parameters are BdIndx pad sad tmo eot eos |
| ibeos v | Change/disable EOS message |
| ibeot v | Enable/disable END message |
| ibloc | Go to local |
| ibonl v | Place device online or offline |
| ibpad v | Change primary address |
| ibpct | Pass control |
| ibppc v | Parallel poll configure |
| ibrd count | Read data where count is the bytes to read |
| ibrda count | Read data asynchronously where count is the bytes to read |
| ibrdf flname | Read data to file where flname is pathname of file to read |
| ibrpp | Conduct a parallel poll |
| ibrsp | Return serial poll byte |
| ibsad v | Change secondary address |
| ibstop | Abort asynchronous operation |
| ibtmo v | Change/disable time limit |
| ibtrg | Trigger selected device |
| ibwait mask | Wait for selected event where mask is a hex or decimal integer or a list of mask bit mnemonics, such as ibwait TIMO CMPL |
| ibwrt wrtbuf | Write data |
| ibwrta wrtbuf | Write data asynchronously |
| ibwrtf flname | Write data from a file where flname is pathname of file to write |