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: articles/getting-started/property-categories.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,15 @@ title: Property Categories
5
5
6
6
There are specific categories of properties that define when an operator's properties can be modified.
7
7
8
-
`Configuration` properties only have effect when a workflow is started and are used to initialize the hardware state. If they are changed while a workflow is running they will have no effect.
id="configuration">configuration</span> properties have an effect on hardware when a workflow is started and are used to
10
+
initialize the hardware state. Even if they are changed while a workflow is running, they will not have an effect until
11
+
the workflow is restarted.
9
12
10
-
`Acquisition` properties can be manipulated when the workflow is running and will have an immediate effect on hardware. For instance stimulus waveform parameters can be modified in real-time and sent to the device multiple times while the workflow is running to shape stimulation patterns.
id="acquisition">acquisition</span> properties have an immediate effect on hardware when the workflow is running. For
15
+
instance, stimulus waveform properties can be dynamically modified according to parameters in your workflow.
11
16
12
-
`Devices` properties refer to the individual devices available within a particular aggregate operator. Aggregate operators include <xref:OpenEphys.Onix1.ConfigureHeadstage64>, <xref:OpenEphys.Onix1.ConfigureBreakoutBoard>, and more. Explore other available options under the [aggregate configuration operators](xref:configure) page.
17
+
`Devices` properties refer to the individual devices available within a particular aggregate operator. Aggregate
18
+
operators include <xref:OpenEphys.Onix1.ConfigureHeadstage64>, <xref:OpenEphys.Onix1.ConfigureBreakoutBoard>, and more.
19
+
Explore other available options under the [aggregate configuration operators](xref:configure) page.
0 commit comments