Allow negative delays for pulses or acquisitions
* Quantify version: quantify-scheduler 0.3 * Python version: 3.8 * Operating System: Any ### Description To start the UHFQA integration trigger before the qubit pulse I wanted to shift the acquisition in backwards in time. ### What I Did ![image](/uploads/ac30267615f78f365529fadc12acad91/image.png) ### What Was Expected ![image](/uploads/1c578fad9de22b181ce5a78ef7221557/image.png) ### What Actually Happened Due to a sorting issue the `setTrigger(integration_trigger)` instruction was not added before the `playWave(...)` ![image](/uploads/b8eb3c4128c7ca6738e1c7f88344624a/image.png)
issue