Shalina Hi, I want use the rising/falling edge events on a TTL input channel to trigger events on a DDS channel. Could you please suggest a way this could be done?
sb10q Call gate_rising/gate_falling on the TTL channel to capture the event, then timestamp_mu to get its timestamp. You can put this timestamp into at_mu to program the DDS at a time that is based on it.