We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adedbd commit 75ef431Copy full SHA for 75ef431
docs/user/tutorials/create_ioc.rst
@@ -178,6 +178,13 @@ database template. Finally it declares some lines to go into the startup script
178
Therefore, we can create an *IOC yaml* file that instantiates a simulation
179
detector as follows:
180
181
+.. code-block:: bash
182
+
183
+ mkdir iocs/bl01t-ea-ioc-02/config
184
+ code iocs/bl01t-ea-ioc-02/config/ioc.yaml
185
186
+This should launch vscode and open the ioc.yaml file. Add the following:
187
188
.. code:: yaml
189
190
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-adsimdetector/releases/download/2023.10.7/ibek.ioc.schema.json
0 commit comments