I use Agilent 33220a Function Generater,and I download the Labview 8.2 IVI driver from ni.com,When I use this driver to generate pulse,It will report error although I use the IVI simulate Mode. I do not know why, The 33220a Function Generater support Pulse Mode,I do not know why report error.
Hello, You are getting the error because the Pulse waveform is not supported on the 33120. Try changing the waveform to sine and the errors should go away.
OR
You can use Initialize with options with this string: "Simulate=1,DriverSetup=Model:33220A,RangeCheck=1,QueryInstrStatus=1,Cache=1" The DriverSetup allows you to tell the driver which model you want to use.