Hello,
I am currently trying to control a Fluke 8845A through LAN using pyVISA.
I can correctly send commands such as : "CONF:VOLT:DC" and it works perfectly well !
But ...
I can't find a way to read from the instrument, I have a timeout error.
I tried different commands such as :
ressource.write('MEAS:VOLT:DC?\n')
voltage = float(ressource.read())
Does anyone have the same issue ?
A solution ?
Thank you 🙂