pyvisa

pytest exit on failure only for a specific file

pytest exit on failure only for a specific file Question: I’m using the pytest framework to run tests that interface with a set of test instruments. I’d like to have a set of initial tests in a single file that will check the connection and configuration of these instruments. If any of these tests fail, …

Total answers: 1

How to convert voltage (or frequency) floating number read backs to mV (or kHz)?

How to convert voltage (or frequency) floating number read backs to mV (or kHz)? Question: I am successfully able to read back data from an instrument: When the read back is a voltage, I typically read back values such as 5.34e-02 Volts. When the read back is frequency, I typically read values like 2.95e+04or 1.49e+05 …

Total answers: 2