LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

waht's the Difference between NI visa and Agilent Visa

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?

 

0 Kudos
Message 1 of 3
(4,015 Views)
\P 😛
0 Kudos
Message 2 of 3
(3,814 Views)

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

0 Kudos
Message 3 of 3
(3,761 Views)