mirror of https://github.com/m-labs/artiq.git
doc: GUI applet groups
This commit is contained in:
parent
e4b4657a6d
commit
b5787ac8f4
|
@ -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?
|
||||
---------------------------------------------
|
||||
|
||||
|
|
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Reference in New Issue