You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/configure.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,7 @@ uid: configure
3
3
title: Configuration Operators
4
4
---
5
5
6
-
Device configuration operators belong in a top-level chain of operators between [`CreateContext`](xref:OpenEphys.Onix1.CreateContext) and [`StartAcquisition`](xref:OpenEphys.Onix1.StartAcquisition) to configure devices contained by ONIX hardware hubs.
6
+
Aggregate configuration operators belong in a top-level chain of operators between
7
+
[`CreateContext`](xref:OpenEphys.Onix1.CreateContext) and [`StartAcquisition`](xref:OpenEphys.Onix1.StartAcquisition) to
8
+
configure ONIX hardware hubs. These are known as aggregate configuration operators because they configure an aggregation
9
+
of devices (also referred to as a hub) on a given headstage, miniscope, breakout board, etc..
Copy file name to clipboardExpand all lines: api/device-configure.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ uid: device-configure
3
3
title: Device Configuration Operators
4
4
---
5
5
6
-
> [!IMPORTANT]
6
+
> [!TIP]
7
7
> Device configuration operators are not recommended for using off-the-shelf Open Ephys hardware. Use aggregate [configuration operators](xref:configure) instead. Aggregate [configuration operators](xref:configure) confer the following benefits:
8
8
> - The `address` and `name` properties of aggregate configuration operators undergo automatic configuration which reduces the risk of erroneous configuration.
9
9
> - The workflow is less cluttered with configuration operators as one aggregate configuration operator corresponds to multiple device operators. This improves workflow legibility and expedites the workflow scripting process.
Copy file name to clipboardExpand all lines: template/partials/class.tmpl.partial
+6-9
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,10 @@
1
1
{{#oe.operator.configureDevice}}
2
-
<div class="CAUTION alert alert-danger">
3
-
<h5>Caution</h5>
4
-
<p>
5
-
This is a device configuration operator. Device configuration operators are not recommended for interfacing with off-the-shelf ONIX hardware. Use <a class="xref" href="configure.html">aggregate configuration operators</a> to do that instead.
6
-
</p>
7
-
<p>
8
-
To understand the benefits of <a class="xref" href="configure.html">aggregate configuration operators</a>, refer to the <a class="xref" href="device-configure.html">device configuration operators</a> page.
9
-
</p>
10
-
</div>
2
+
<div class="Important alert alert-info">
3
+
<h5>TIP</h5>
4
+
<p>
5
+
This is a device configuration operator. <a class="xref" href="configure.html">Aggregate configuration operators</a> are recommended in lieu of <a class="xref" href="device-configure.html">device configuration operators</a> for interfacing with Open Ephys Onix hardware.
0 commit comments