10-22-2008 02:34 AM
I found if I want write a GPIB command to instrument,there are some difference between uesing NI VISA and Agilent VISA.
viPrintf(vi,":POW?\") from agilent
viPrintf(vi,"POW?") for visa
where : is used in first one is necessary?
03-18-2009 09:24 AM
03-27-2009 01:47 AM
Firstly, if instrument which you're using can be drived by NI VISA or Agilent VISA, you can use any one to program. Also the difference between these two functions are inherent for being defined by drivers.
Secondly, once in the same computer, I suggest that you'd better use only one driver to avoid conflicts or some else problem.
Best Regards,
NI Application Engineer