I'm using NuSMV and i'm trying to write a Real Time CTL property.
I would like to know if there is a way to set the steps from a state, like:
((s.state = on) ABG (0..5 s.state = off))
Is read as: if (s.state=on) is true
, from this state and for other 5 steps the property (s.state= off) is true
.
I tried to write something like this but it doesn't work. Can you help me?
Otherwise, is it possible to check the same property starting from a state that isn't the first?