forked from M-Labs/artiq
1
0
Fork 0

doc: GUI applet groups

This commit is contained in:
architeuthidae 2024-08-13 13:31:48 +08:00 committed by Sébastien Bourdeauducq
parent e4b4657a6d
commit b5787ac8f4
2 changed files with 8 additions and 0 deletions

View File

@ -174,6 +174,11 @@ organize datasets in folders?
Use the dot (".") in dataset names to separate folders. The GUI will automatically create and delete folders in the dataset tree display.
organize applets in groups?
---------------------------
Create groups by left-clicking within the applet list and selecting 'New Group'. Move applets in and out of groups by dragging them with the mouse. To unselect an applet or a group, use CTRL+click.
organize experiment windows in the dashboard?
---------------------------------------------

View File

@ -59,6 +59,9 @@ In our case, we only need to supply our dataset to the applet to be plotted. Nav
Run the experiment again, and observe how the points are added as they are generated to the plot in the applet window.
.. tip::
Datasets and applets can both be arranged in groups for organizational purposes. (In fact, so can arguments; see the reference of :meth:`~artiq.language.environment.HasEnvironment.setattr_argument`). For datasets, use a dot (``.``) in names to separate folders. For applets, left-click in the applet list to see the option 'Create Group'. You can drag and drop to move applets in and out of groups, or select a particular group with a click to create new applets in that group. Deselect applets or groups with CTRL+click.
The ARTIQ browser
^^^^^^^^^^^^^^^^^