Skip to content

Commit 689bc40

Browse files
committed
Adding the connection diagram figure from Phil's thesis.
1 parent f5b8eed commit 689bc40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/connection_table.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Connection Table
22
================
33
The connection table maps out the way input/output devices are connected to each other in your lab, and the channels (individual inputs/outputs) they have. The devices in your lab should be connected in a similar way to that shown in the figure below.
44

5-
TODO: insert figure!
5+
.. image:: img/connection_diagram.png
6+
:alt: Example wiring diagram.
67

78
Here we see two :py:class:`PseudoclockDevice <labscript.PseudoclockDevice>` instances in the top tier of the diagram. They do not have a parent device that tells them when to update their output (this is true for all :py:class:`PseudoclockDevice <labscript.PseudoclockDevice>` instances). However, all but one (the master pseudoclock device) must be triggered by an output clocked by the master pseudoclock device.
89

507 KB
Loading

0 commit comments

Comments
 (0)