04-14-2003 12:22 PM
04-15-2003
11:00 AM
- last edited on
07-17-2025
07:20 PM
by
Content Cleaner
Hi,
You can use both types of functions in the same program. Most of them will have the same effect on the GPIB bus. The main differences are:
- The NI488.2 routines do not use unit descriptors. You pass the board index and the device address (if applicable) to the functions.
- Some NI-488.2 routines work on multiple instruments at once. Easier to perform the same operation on multiple instruments.
- The 488 calls give you more low-level access to the driver properties and the GPIB bus.
Check chapter 4 of the NI-488.2 User Manual for more details.
DiegoF
National Instruments
04-15-2003 11:27 AM