TIP
This is a device configuration operator. Aggregate configuration operators are recommended in lieu of device configuration operators for interfacing with Open Ephys Onix hardware.
Configures an analog inputs and output device.
This configuration operator can be linked to data IO operators, such as AnalogInput and AnalogOutput, using a shared
DeviceName
.
Inputs & Outputs
Configures the analog input and output device in the ONIX breakout board.
This will schedule analog IO hardware configuration actions that can be applied by a StartAcquisition object prior to data collection.
|
|
|
Properties
Property | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Direction0
|
AnalogIODirection |
Gets or sets the direction of channel 0.
|
||||||
Direction1
|
AnalogIODirection |
Gets or sets the direction of channel 1.
|
||||||
Direction2
|
AnalogIODirection |
Gets or sets the direction of channel 2.
|
||||||
Direction3
|
AnalogIODirection |
Gets or sets the direction of channel 3.
|
||||||
Direction4
|
AnalogIODirection |
Gets or sets the direction of channel 4.
|
||||||
Direction5
|
AnalogIODirection |
Gets or sets the direction of channel 5.
|
||||||
Direction6
|
AnalogIODirection |
Gets or sets the direction of channel 6.
|
||||||
Direction7
|
AnalogIODirection |
Gets or sets the direction of channel 7.
|
||||||
Direction8
|
AnalogIODirection |
Gets or sets the direction of channel 8.
|
||||||
Direction9
|
AnalogIODirection |
Gets or sets the direction of channel 9.
|
||||||
Direction10
|
AnalogIODirection |
Gets or sets the direction of channel 10.
|
||||||
Direction11
|
AnalogIODirection |
Gets or sets the direction of channel 11.
|
||||||
Enable
|
bool |
Gets or sets the device enable state. If set to true, AnalogInput will produce data. If set to false, AnalogInput will not produce data. |
||||||
InputRange0
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 0.
|
||||||
InputRange1
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 1.
|
||||||
InputRange2
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 2.
|
||||||
InputRange3
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 3.
|
||||||
InputRange4
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 4.
|
||||||
InputRange5
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 5.
|
||||||
InputRange6
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 6.
|
||||||
InputRange7
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 7.
|
||||||
InputRange8
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 8.
|
||||||
InputRange9
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 9.
|
||||||
InputRange10
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 10.
|
||||||
InputRange11
|
AnalogIOVoltageRange |
Gets or sets the input voltage range of channel 11.
|
||||||
DeviceName
|
string |
Gets or sets a unique device name. The device name provides a unique, human-readable identifier that is used to link software elements for configuration, control, and data streaming to hardware. For instance, it can be used to link configuration operators to data IO operators within a workflow. This value is usually not set manually, but is assigned in a MultiDeviceFactory to correspond to a fixed address with a piece of hardware such as a headstage. This address is used for software communication. |
||||||
DeviceAddress
|
uint |
Gets or sets the device address. This is a fully-qualified numerical hardware address of a device within the device table produced by an Open Neuro Interface (ONI) compliant acquisition system. This value is usually not set manually, but is assigned in a MultiDeviceFactory to correspond to a fixed address with a piece of hardware such as a headstage. This address is used for hardware communication. |
||||||
DeviceType
|
Type |
Gets or sets the device identity. This type provides a device identity to each device within the device table produced by an Open Neuro Interface (ONI) compliant acquisition system. |