I have a process that involves several sequences of events that are synchronized by a clock pulse. I'd like to diagram that using a clock "clk" as C with period 100 pulse 1 offset 0 to display the synchronizing clock, and with a few repeats of the period with actions at specific times or a representation of an analog signal.
For clarity, I'd like the figure to display an integer number of clock periods.
However, PlantUML seems to always draw one more period of the clock than I want, filling in the other signals with the last values they had specified.
If it were possible to set the exact width of the diagram, that would be ideal.