timing diagrams: can we get an "offset" for clocks?

0 votes
asked Sep 29, 2021 in Wanted features by awschult (360 points)

The timing diagrams allow for clock creation with a set period and pulse width. 

clock clk with period 100 pulse 25

The above will produce a 25% duty cycle, which is great. but all of them start at t=0.

it would be awesome if I could define an offset:

clock clk with period 100 pulse 25 offset 50

This would result in the same pulse as the first one, but starting at t=50 out of the 100 period.

1 Answer

0 votes
answered Sep 30, 2021 by plantuml (295,000 points)
selected Oct 7, 2021 by awschult
 
Best answer

Thanks for the idea.

With last beta http://beta.plantuml.net/plantuml.jar you can now have:

Tell us if it's not working for you !

commented Oct 7, 2021 by awschult (360 points)
This looks great!
...