WaitMonitor(
name="wait_monitor",
## Flag that pulses after a wait
parent_device=pxie_6363, connection="port0/line0",
## Counter that monitors the times the above flags goes high
acquisition_device=pxie_6363, acquisition_connection="ctr0",
## Software timed output that retriggers the master pseudolock if the wait hits the timeout
timeout_device=pxie_6363, timeout_connection="pfi2"
)
By defining this waitmonitor, I think I should be able to see a trigger rising signal from port0/line0 everytime we call the function trigger_all_pseudoclocks(), therefore I was expecting to see at least a rising signal at wait() function. But I was able to see any.
If there any possibility that this is happening? Thanks for all possible suggestions on this problem.
Best,
Ximo