You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a word is marked as Wait For Retrigger, then even if the sequence does not receive a retrigger the values (analog and digital) for the BEGINNING of that word) will still get output. If there are analog groups or pulses running during the word they will wait.
In other words, the fpga begins waiting immediately after outputting the first sample of the given word.
This is a known issue, and is not particularly intuitive, but the fix would be rather involved and possibly cause other problems (it would require a major rewrite of the way in which variable timebase segments are calculated), so I think I will leave this as an open issue for now.
The text was updated successfully, but these errors were encountered:
If a word is marked as Wait For Retrigger, then even if the sequence does not receive a retrigger the values (analog and digital) for the BEGINNING of that word) will still get output. If there are analog groups or pulses running during the word they will wait.
In other words, the fpga begins waiting immediately after outputting the first sample of the given word.
This is a known issue, and is not particularly intuitive, but the fix would be rather involved and possibly cause other problems (it would require a major rewrite of the way in which variable timebase segments are calculated), so I think I will leave this as an open issue for now.
The text was updated successfully, but these errors were encountered: