Hello,
for an experiment I need to send to a device a low frequency square signal.
In fact I would like to be able to set the high level delay and low level delay.
I don't think the "simulate signal express" can fit to my needs.
I believe that I should use a sequence inside an infinite loop while.
The first sequence
set output to 0 (a numeric float constant)
The second sequence
wait x seconds
The third sequence
set output to 100 (a numeric float constant)
and so one
But I don't know if it's a good way to do like this...
Any idea ?
I also encountered a problem when I try to send the 2 constants (0 and 100) to a display.
I don't know what I should do.
I hope you can help me
Best regards