01-21-2011 12:10 PM
A simple question -
Assume there is a while loop with a loop rate 100ms. Inside the while loop there is VISA read operation with the timeout 10second.
If the number of bytes availble to VISA read is less than expected, will VISA read wait till 10 second timeout or 100ms?
Thanks.
01-23-2011 11:57 AM
VISA Read waits for the timeout no matter what you set the loop rate to.