Book a Demo

Author Topic: Statecharts: How do I check to see if parallel state is in a particular state?  (Read 2502 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
In some tools, you can check whether another parallel region is in a particular state with syntax like the following in the event guard:

[Region1.IN_STATE(ON)]

Is there something like that for EA?