09-13-2005 04:28 AM
09-13-2005 01:53 PM
Hi Celine,
If you plan on using the specific driver only then there is no need to configure anything in MAX under the IVI Drivers section. The MAX configuration is needed only if you plan on developing your application using the IVI Class driver VI. In the example that you tried to use, make sure you use the correct VISA resource name for your instrument (configured under the Devices and Interfaces in MAX). You can also add the following string into the Option string control:
DriverSetup=Model:E4446A
In the driver, the default model is set to be E4401B and that is the model that will be returned in the simulation mode if the DriverSetup hasn't been specified. In general, if you enable IDQuery and don't pass DriverSetup, driver should automatically detect your instrument model.
Regards,
Vesna