03-24-2006 01:40 PM
03-27-2006 02:02 PM
Samuel,
0xBFFF0015 is a VISA time-out error. This could occur when you send a query to the instrument (e.g. in the ATTR_OUTPUT_ENABLED callback) and the instrument does not return a response within the default VISA time-out period (2000ms). Try changing the value of the VI_ATTR_TMO_VALUE attribute to a higher value for the VISA session. To do this, modify the Initialize function of your IVI driver to set the VI_ATTR_TMO_VALUE attribute after you create your VISA I/O session.
Best Regards,
z_haider