Book a Demo

Author Topic: Do I HAVE to use the sim object notation in a simulation?  (Read 3376 times)

mse

  • EA User
  • **
  • Posts: 308
  • Karma: +1/-0
    • View Profile
Do I HAVE to use the sim object notation in a simulation?
« on: May 10, 2024, 07:41:20 pm »
I'm using a basic simulation and have the following transition defined between two states:

sim.Maintenance_Discrete=sim.evMaintenance.status;

This transition works just fine, I'm okay with the behavior and the transition is taken in the simulation. My problem is the word "sim" in the diagram. When I publish this model onto a document, I don't want to mislead readers with some odd "sim". Is there some way around this?