wavedrom / wavedrom.github.io

Digital timing diagram editor
https://wavedrom.com
MIT License
898 stars 156 forks source link

piecewise #89

Open sriniv1422 opened 1 year ago

sriniv1422 commented 1 year ago

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?