Qblox already implements a termination handler to switch off the instruments when a job is cancelled. We should lift it to the platform and use instrument.disconnect() so that it is available in all instruments without having to reimplement in the driver.
Qblox already implements a termination handler to switch off the instruments when a job is cancelled. We should lift it to the platform and use
instrument.disconnect()
so that it is available in all instruments without having to reimplement in the driver.