Changes
Page history
Update Cheat sheet
authored
Mar 17, 2026
by
Sander de Snoo
Show whitespace changes
Inline
Side-by-side
Cheat-sheet.md
View page @
86b44157
...
...
@@ -3,6 +3,8 @@ Below are the frequently used methods of pulse-lib with the most common argument
# Configuration
```
Python
from pulse_lib import pulselib
pulse = pulselib(backend="Qblox")
pulse.add_awg(awg)
pulse.add_digitizer(digitizer)
...
...
@@ -93,7 +95,7 @@ segment[channel].acquire(start, duration, m_name, threshold=threshold,
# Looping
```
Python
import pulse_lib.
segments.utility.
looping as lp
import pulse_lib.looping as lp
amplitude = lp.linspace(100, 150, 51, name="amplitude", unit="mV", axis=0)
t_wait = lp.geomspace(10, 1000, 9, name="t_wait", unit="ns", axis=1)
...
...
...
...