How to test, as a query, whether when Guards X is true the delay time between transitions from state A to state B is always less than a Y time interval. #313
Unanswered
denizcaygoz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Steps 3 and 4 can be simplified if you want to check that
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know if I can test with UPPAAL if the delay between transition state a to state b happens always less than given timed unit.
so in my example

I want to test from the time when
Guardis true, the transition delay duration fromOfftoOnalways less than given timed unit.Can I express this as Query and how can I measure/save that delay and express it as Query?
In concrete simulator I actually can see in how much time units delay system goes from

OfftoOnbut I want to test this in Query.When an event X (condition X) happens, must the system go from state A to state B within Y time intervals.
I'm thinking this is something that I should be able to test/write as a query with a tool like UPPAAL.
Beta Was this translation helpful? Give feedback.
All reactions