06-12-2024 05:06 AM
Hi I'm looking for a way to display the signals after the end of the acquisition (outside the while loop), I used a register and a feedback node, but the signals overlap? Is there a way to display the signals on the time scale? thanks in advance
Solved! Go to Solution.
06-12-2024 05:40 AM
Use Waveform >>Analog Waveform >> Append Waveform instead of build array.
06-12-2024 10:27 AM
You are creating an array of waveforms, one element for each iteration. Your weird constructs are nothing more than autoindexing (but we don't see what's on the left side of the loop and how the SR is initialzied)
If x0 is not important, you could just do a concatenating tunnel on the Y component.