Issue Details
I connected an instrument, that uses NI VISA driver, to my PC and ran LabVIEW code that communicates with this instrument.
I run NI I/O Trace at the same time to monitor program performance.
As you can see at the following image captured from the I/O Trace,
viClose appears after each call to
viWrite and
viRead, even though in the code I call the
VISA Close function only once, at the end of the program.
This behavior does not affect the performance of the program. What means the additional
viClose?