We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f752763 commit 3c9d80dCopy full SHA for 3c9d80d
1 file changed
docs/tutorials/scripting-plans.md
@@ -64,6 +64,14 @@ Trying to access a child device that does not exist will raise an
64
65
## Run a plan
66
67
+Running plans requires an instrument session. As this is unlikely to change from
68
+one plan to another, this can be set on the client to be used for all subsequent
69
+plans.
70
+
71
+```python
72
+bc.instrument_session = "cm12345-1"
73
+```
74
75
Plans are accessible via the `plans` attribute of the client instance. They can,
76
for the most part, be treated as if they were local functions.
77
0 commit comments