From 0068fccef24ddf96bac31b9381d7c9a2fac58db5 Mon Sep 17 00:00:00 2001
From: Sander de Snoo <59472150+sldesnoo-Delft@users.noreply.github.com>
Date: Tue, 3 Oct 2023 17:52:25 +0200
Subject: [PATCH] Correct API doc

---
 pulse_lib/sequencer.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pulse_lib/sequencer.py b/pulse_lib/sequencer.py
index 1a88eda4..15d9f0da 100644
--- a/pulse_lib/sequencer.py
+++ b/pulse_lib/sequencer.py
@@ -460,8 +460,8 @@ class sequencer():
                 Only present when `values=True`, threshold is set,
                 and accept_if is None.
             "{name}_selected":
-                The qubit state of the measurements with an accept_if
-                condition returned in a 1D array.
+                The number of measurements matching the accept_if condition for
+                the named acquisition.
                 Only present when `selectors=True`, threshold is set,
                 and accept_if is set.
             "total_selected":
@@ -684,8 +684,8 @@ class sequencer():
                 Only present when `values=True`, threshold is set,
                 and accept_if is None.
             "{name}_selected":
-                The qubit state of the measurements with an accept_if
-                condition returned in a 1D array.
+                The number of measurements matching the accept_if condition for
+                the named acquisition.
                 Only present when `selectors=True`, threshold is set,
                 and accept_if is set.
             "total_selected":
-- 
GitLab