Timing Diagram Relative time in participant mode

0 votes
asked Apr 24, 2017 in Wanted features by Serge Wenger Work (15,620 points)
Hello,
 
It would be nice to be able to use relative time in the participant mode:
 
robust "Test" as Test
Test is Low
@Test
0 is High
1 is Low
@+1 is High
@+1 is Low
 
Thanks

1 Answer

0 votes
answered Apr 24, 2017 by plantuml (295,000 points)
selected Apr 24, 2017 by Serge Wenger Work
 
Best answer

Thanks for the suggestion.

Actually, this is working with some slightly different syntax:

@startuml
robust "Test" as Test
Test is Low
@Test
0 is High
1 is Low
+1 is High
+1 is Low
@enduml


Hope this help!
 

commented Apr 24, 2017 by Serge Wenger Work (15,620 points)
I didn't understand with the sample in documentation. Now all is OK. Thanks.
...