ClockOutputDevice#

A Bonsai sink that wraps a FMC Host Clock Output Device device.

Inputs:

A boolean that is connected to the Enable setting and can be use to gate the clock output, but is not required.

Outputs:

None

ClockOutput.bonsai
ClockOutput

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.