Open feschmidt opened 5 years ago
Connected to this, the Lakeshores by default are set to reset=False
because we do not want to reset them ever. This results in unnecessary pop-ups
Maybe useful: add a check when querying the device id and setting reset='ignore' at that stage. Then later, when properly instantiating, reset=reset
When not resetting an instrument, you have to go through the "are you sure" loop twice because in
autodetect_instrument
, the device connection is first tested, then closed, then opened again.