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
Also, separate Acquisition/Configuration and Device/Device Group properties into separate tables for the purpose of implying that these are the two binary categorizations
properties are available through [Device configuration
57
-
operators](xref:device-configure) and Device Group configuration operators which
58
-
typically combine multiple individual devices. These properties are used to
59
-
configure a single device. For example, ConfigureBreakoutBoard's
60
-
<xref:OpenEphys.Onix1.ConfigureBreakoutBoard.AnalogIO> properties configure the
61
-
Breakout Board's Analog I/O device.
29
+
| Category | Description |
30
+
|----------|-------------|
31
+
| <spanclass="badge oe-badge-border oe-badge-yellow"id="configuration">Configuration</span> | Configuration properties have an effect on hardware when a workflow is started and are used to initialize the hardware state. If they are changed while a workflow is running, they will not have an effect until the workflow is restarted. For example, CreateContext's <xref:OpenEphys.Onix1.CreateContext.Index> Configuration property is used to specify the hardware prior to starting a recording, and editing this property has no effect until the workflow is started or restarted. |
32
+
| <spanclass="badge oe-badge-border oe-badge-blue"id="acquisition">Acquisition</span> | Acquisition properties have an immediate effect on hardware when the workflow is running. For example, the <xref:OpenEphys.Onix1.Headstage64ElectricalStimulatorTrigger.InterPulseInterval> property allows dynamically configuring the duration between electrical stimulation pulses. Along with its other Acquisition properties, the entire electrical stimulation pattern can be modulated in real-time while the workflow is running. |
33
+
34
+
### Device Group and Device Properties
35
+
36
+
| Category | Description |
37
+
|--------- |-------------|
38
+
| <spanclass="badge oe-badge-border oe-badge-green"id="device-group">Device Group</span> | Device Group properties are only available through [Device Group configuration operators](xref:configure). They are used to configure a group of devices. For example, ConfigureNeuropixelsV2eHeadstage's <xref:OpenEphys.Onix1.ConfigureHeadstageNeuropixelsV2e.Port> property configures the port name for all devices on the NeuropixelsV2e Headstage (which in turn automatically configures each device's address). |
39
+
| <spanclass="badge oe-badge-border oe-badge-purple"id="device">Device</span> | Device properties are available through [Device configuration operators](xref:device-configure) and Device Group configuration operators which combine multiple individual device configuration operators. They are used to configure a single device. For example, ConfigureBreakoutBoard's <xref:OpenEphys.Onix1.ConfigureBreakoutBoard.AnalogIO> properties configure the Breakout Board's Analog I/O device. |
title="Device Group properties are only available through Device Group configuration operators. These properties are used to configure a group of devices.">
42
+
Device Group
43
+
</button>
41
44
</a>
42
45
<p>These are properties of the {{{oe.name}}} <a class="xref" href="~/api/configure.html">Device Group configuration operator</a>:</p>
title="Device properties are available through Device configuration operators and Device Group configuration operators which typically combine multiple individual devices. These properties are used to configure a single device.">
52
+
Device
53
+
</button>
48
54
</a>
49
55
<p>{{{object}}} is a {{{type}}} device operator contained by the {{{oe.name}}} operator with the following properties:</p>
title="Configuration properties have an effect on hardware when a workflow is started and are used to initialize the hardware state. If they are changed while a workflow is running, they will not have an effect until the workflow is restarted.">
0 commit comments