mirror of
https://github.com/nqrduck/quackseq.git
synced 2024-11-09 13:10:00 +00:00
Improved docstring.
This commit is contained in:
parent
f3ba749d7c
commit
cf3109f2f0
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class QuackSequence(PulseSequence):
|
||||||
Args:
|
Args:
|
||||||
event_name (str): The name of the event
|
event_name (str): The name of the event
|
||||||
duration (float): The duration of the event with a unit suffix (n, u, m)
|
duration (float): The duration of the event with a unit suffix (n, u, m)
|
||||||
amplitude (float): The amplitude of the transmit pulse in percent
|
amplitude (float): The amplitude of the transmit pulse in percent (min 0, max 100)
|
||||||
phase (float): The phase of the transmit pulse
|
phase (float): The phase of the transmit pulse
|
||||||
shape (Function): The shape of the transmit pulse
|
shape (Function): The shape of the transmit pulse
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue