Replies: 1 comment 1 reply
-
I dont have the nidaq package installed, but something like this pattern perhaps? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two signals. The first one is a sinewave generated via FunctionGenerator then fed into AnalogOutput. The second one is read with MatrixReader then fed into AnalogOutput. In the code below both signals run in parrallel. I want to adjust the code so that the first stimulus plays for 2 sec, then there is a 5 sec pause, then the second stimulus plays, then there is a 5 sec pause, and it keeps repeating in a loop. I tried to use the Timer node, but its property 'period' is affecting the signals.
Click to expand the XML code
Beta Was this translation helpful? Give feedback.
All reactions