Changes
Page history
Update Cheat sheet
authored
Apr 23, 2026
by
Sander de Snoo
Show whitespace changes
Inline
Side-by-side
Cheat-sheet.md
View page @
739c0b1d
...
@@ -94,7 +94,7 @@ segment[channel].acquire(start, duration, m_name, wait=True,
...
@@ -94,7 +94,7 @@ segment[channel].acquire(start, duration, m_name, wait=True,
Loops on pulse arguments
Loops on pulse arguments
```
Python
```
Python
import
pulse_lib
.
looping as lp
from
pulse_lib
import
looping as lp
amplitude = lp.linspace(100, 150, 51, name="amplitude", unit="mV", axis=0)
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)
t_wait = lp.geomspace(10, 1000, 9, name="t_wait", unit="ns", axis=1)
...
...
...
...