Dear all,
I am creating a program in order to communicate by gpib to the agilent 33250A.
I read the datasheet of this device:
http://cp.literature.agilent.com/litweb ... -90432.pdf
On page 307 of the document you add some C++ example. However I need to have the AgtIOUtils.dll as show in the program. Are you able to explain me where I could eventually find this DLL ?
DLL:
#import "C:\siclnt\servers\AgtIOUtils.dll"
Thanks a lot for your help
I am creating a program in order to communicate by gpib to the agilent 33250A.
I read the datasheet of this device:
http://cp.literature.agilent.com/litweb ... -90432.pdf
On page 307 of the document you add some C++ example. However I need to have the AgtIOUtils.dll as show in the program. Are you able to explain me where I could eventually find this DLL ?
DLL:
#import "C:\siclnt\servers\AgtIOUtils.dll"
Thanks a lot for your help
Thanks a lot
Yes all of the commands are available online, here is a quick overview which contains the vast majority of commands you may need:
http://cp.literature.agilent.com/litweb/pdf/33250-90007.pdf
The rest of the commands can be found in the User's Guide:
http://cp.literature.agilent.com/litweb/pdf/33250-90002.pdf
I would also suggest you check out the command Expert tool. It imports all of the SCPI commands and makes it very easy to write your own program which can be exported into many different programming environments including C.
http://gpete-neil.blogspot.com/2011/10/agilent-releases-command-expert.html