How can I get rid of the operation time out error?
Error Details: (Hex 0xBFFF0015) Timeout expired before operation completed.
I am trying to take slow time base measurements with averaging enabled. The default averaging I require is 1024 readings.
Error Details: (Hex 0xBFFF0015) Timeout expired before operation completed.
I am trying to take slow time base measurements with averaging enabled. The default averaging I require is 1024 readings.
The libraries (such as VISA or IVI) that connect a user/programming environment (MATLAB, C/C++, LabView, etc.) to devices usually include a timeout mechanism so that your program won't wait forever for something to complete, especially in cases where the device is 'hung'. The default timeout is usually something like 10 seconds, but is settable from the user/programming environment
You need to find that timeout variable and change it. You can change it at the beginning of your program, which will make all commands use the same timeout, or you can leave it short in most of the program, and make it long for this one measurement. Your choice...
Al
Disclaimer: For more reliable response, you should consider calling your local Agilent Technical Call Center. The Agilent Forums are monitored on an "as available" basis, and aren't necessarily the fastest way to get technical questions answered.