From cf3109f2f043efd755b6bbfd7357d5020ab8242e Mon Sep 17 00:00:00 2001 From: jupfi Date: Mon, 3 Jun 2024 19:44:43 +0200 Subject: [PATCH] Improved docstring. --- src/quackseq/pulsesequence.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quackseq/pulsesequence.py b/src/quackseq/pulsesequence.py index 21b3e9c..900ecd8 100644 --- a/src/quackseq/pulsesequence.py +++ b/src/quackseq/pulsesequence.py @@ -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 """