Changes
Page history
Update Cheat sheet
authored
May 11, 2026
by
Sander de Snoo
Show whitespace changes
Inline
Side-by-side
Cheat-sheet.md
View page @
d221b4f2
...
...
@@ -3,7 +3,9 @@ Below are the **frequently used** methods of pulse-lib with the **most common**
# Configuration
```
Python
pulse = pulselib(backend="Qblox")
from pulse_lib import Pulselib
pulse = Pulselib(backend="Qblox")
pulse.add_awg(awg)
pulse.add_digitizer(digitizer)
...
...
...
...