Improved docstring.

This commit is contained in:
jupfi 2024-06-03 19:44:43 +02:00
parent f3ba749d7c
commit cf3109f2f0

View file

@ -249,7 +249,7 @@ class QuackSequence(PulseSequence):
Args:
event_name (str): The name of the event
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
shape (Function): The shape of the transmit pulse
"""