You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/management_system.rst
+10
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,16 @@ The scheduler virtual device also contains the attributes ``rid``, ``pipeline_na
124
124
.. autoclass:: artiq.master.scheduler.Scheduler
125
125
:members:
126
126
127
+
Client control broadcasts (CCBs)
128
+
********************************
129
+
130
+
Client control broadcasts are requests made by experiments for clients to perform some action. Experiments do so by requesting the ``ccb`` virtual device and calling its ``issue`` method. The first argument of the issue method is the name of the broadcast, and any further positional and keyword arguments are passed to the broadcast.
131
+
132
+
CCBs are used by experiments to configure applets in the dashboard, for example for plotting purposes.
0 commit comments