Open skrchnavy opened 6 years ago
This breaks all tests because you would need to change the __init__
of all subclasses. I am not sure how useful that is since the simulator does not care about the timeout neither do the user (as I expect user to interact through the highlevel API and not dig into the session). What is your reasoning behind this ?
Reason was to be able to simulate connection timeout. I will check if it is worth to invest there an effort
parameter
open_timeout
is passed to session and stored there. Can be used in derived classes. No further processing is done, just interface changesIt aligns code with the change in pyvisa/pyvisa-py#115 due to requirements in pyvisa/pyvisa-py#88