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 an ONIX RHS 2116 Trigger device.
The RHS2116 Trigger device generates triggers for Intan RHS2116 bioamplifier and stimulator chip(s) either from a remote source via external SYNC pin or locally via GPIO or TRIGGER register. This device can be used to synchronize stimulus application and recovery across chips.
Inputs & Outputs
Configures an RHS2116 Trigger device.
This will schedule configuration actions to be applied by a StartAcquisition node prior to data acquisition.
|
|
|
Properties
Property | Type | Description | ||||
---|---|---|---|---|---|---|
ProbeGroup
|
Rhs2116ProbeGroup |
Gets or sets the Rhs2116ProbeGroup channel configuration. |
||||
StimulusSequence
|
Rhs2116StimulusSequencePair |
Gets or sets the stimulus sequence. |
||||
TriggerSource
|
Rhs2116TriggerSource |
Gets or sets the trigger source. If set to Local, respect local triggers (e.g. via GPIO or TRIGGER register) and broadcast via sync pin. If multiple chips are connected to the SYNC pin, then this device becomes a transmitter to trigger stimulation sequences on other RHS2116 Trigger devices with TRIGGERSOURCE = 0x1 (receiver). If set to External, only respect triggers received from sync pin.
|
||||
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. |