Timetag Sequencers#

Trigger sources#

Edge detection based triggers#

When acquiring a digital signal with a QTM module, any rising or falling edge detected during the acquisition window can be mapped to the trigger network. Forwarding signals to the trigger network can be carried out in parallel with the acquisition procedure, and does not require closing of the window.

To send triggers based on edge detection:

  1. Enable trigger forwarding using the IOChannel.forward_trigger_en() parameter.

  2. Select a trigger address to which a trigger is sent on the network using the IOChannel.forward_trigger_address() parameter.

  3. Set the polarity of the incoming signal from which a trigger will be sent to the network, i.e. whether a rising or falling edge is used to send a trigger. This is done using the IOChannel.forward_trigger_mode() parameter.

Note

Trigger forwarding may only be used with signals with a frequency lower than that set by the trigger network latency (252 ns).

Truth table based triggering#

The truth table allows users to define a set of conditions that map the outcome of thresholded acquisitions, from up to 4 channels, to specific trigger network addresses when those conditions are met.

To use the truth table to send triggers on the network:

  1. The truth table needs to be enabled using the IOChannel.truth_table_en() parameter.

  2. The conditions that will determine the outcome of the truth table will need to be specified using the IOChannel.truth_table_data() parameter.

  3. Enable mapping of the thresholded acquisition to the trigger address using the IOChannel.forward_trigger_en() parameter.