TIP
This is a Device configuration operator. Device Group configuration operators are recommended instead of Device configuration operators for interfacing with Open Ephys Onix hardware.
Configures a synchronized pair of Intan Rhs2116 bioamplifier and stimulator chips.
This configuration operator can be linked to a data IO operator, such as Rhs2116Data,
using a shared DeviceName
.
Inputs & Outputs
Configures an Rhs2116Pair device.
This will schedule configuration actions to be applied by a StartAcquisition node prior to data acquisition.
|
|
|
Properties
Property | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
AnalogHighCutoff
|
Rhs2116AnalogHighCutoff |
Gets or sets the Rhs2116AnalogHighCutoff. Specifies the upper cutoff frequency of the pre-ADC amplifiers.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
AnalogLowCutoff
|
Rhs2116AnalogLowCutoff |
Gets or sets the Rhs2116AnalogLowCutoff. Specifies the lower cutoff frequency of the pre-ADC amplifiers.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
AnalogLowCutoffRecovery
|
Rhs2116AnalogLowCutoff |
Gets or sets the Rhs2116AnalogLowCutoff directly after stimulation occurs. Specifies the lower cutoff frequency of the pre-ADC amplifiers during stimulus recovery. Note that this is only active for a short period of time, and reverts back to AnalogLowCutoff.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
DspCutoff
|
Rhs2116DspCutoff |
Gets or sets the Rhs2116DspCutoff value. Specifies the cutoff frequency for the DSP high-pass filter used for amplifier offset removal.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Enable
|
bool |
Gets or sets the device enable state. If set to true, Rhs2116Data will produce data. If set to false, Rhs2116Data will not produce data. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
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 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 ONI-compliant acquisition system. |