Deprecated since version 1.2.13: Bonsai.ONIX is deprecated.
To use ONIX with Bonsai, refer to the documentation for OpenEphys.Onix1.
ClockOutputDevice#
A Bonsai sink that wraps a FMC Host Clock Output Device device.
- Inputs:
A
boolean
that is connected to theEnable
setting and can be use to gate the clock output, but is not required.- Outputs:
None
Configuration#
Configuration is performed using the property pane which contains the following options.
Name |
Type |
Description |
---|---|---|
ClockEnabled |
boolean |
If true the clock output is enable and disabled if false. This can be controlled from within the workflow using the boolean input. |
Frequency |
double |
Output clock frequency in Hz |
DutyCycle |
double |
Output clock duty cycle (percent) |
Delay |
double |
If SyncToRun is true, this determines the delay from the start of the hardware running state to the start of the clock output in seconds. |
SyncToRun |
bool |
If true, then the clock output will remain low until hardware acquisition starts. Otherwise it will free run independent of acquisition state. |