07-03-2013 09:30 AM
How does the readstring statement pause the vb code until the sweep is done? It works fine I'd just like to understand it better. I was trying to figure out how to get the status of the sweep before I found out I didn't need to do anything. I was quite surprised. So how does it work?
Keithley2430.Write(":READ?") readString = Keithley2430.ReadString() 'InsertCommonEscapeSequences(Keithley2430.ReadString())
Solved! Go to Solution.
07-03-2013 09:52 AM
07-03-2013 10:01 AM
I understand that the equipment waits for the sweep to finish before the readstring takes effect. What I don't know is what is causing my vb code to pause. I'm thinking it's something in the VISA that is telling my software to wait until the readstring is complete.
07-03-2013 10:10 AM