What is the easiest way to simulate an instrument? I want to fix an app on a pc that is not hooked up to the actual instrument - can I just use the existing driver to simulate actual instrument behavior. Any suggestions or examples?
If your instrument has an IVI Driver, then there's simulation built in. If it's not, running the driver will create errors. You will have to modify the driver to eliminate the errors or rewrite the program to ignore them.