wavedrom.github.io icon indicating copy to clipboard operation
wavedrom.github.io copied to clipboard

piecewise

Open sriniv1422 opened this issue 3 years ago • 0 comments

hello ; I tried using the piecewise to draw some analog waveforms . In the ex code listed on the web ; {signal: [ {name: 'clock', wave: 'p...'}, {name: 'A1', wave: ['pw', {d: ['M',0,0, 'L',1,1, 'L',2,1, 'L',3,0, 'H',4]}]} ]}

the first signal is the clock.

How can i obtain the waveform that starts with A1 instead of the clock. When i delete clock, this code does not work. How do i get around this?

sriniv1422 avatar Jul 31 '22 02:07 sriniv1422