Jump to content

jdf7fs

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jdf7fs

  1. Hey all, My team is developing a model to simulate a network of electric fleet vehicles. We are hoping to track the number of cars parked at a charger in the model as a state variable (called NumCars), and then reference this value in the "processes" tab of the model entity, in order to assign individual cars certain values (called Signal). We have been unable to correctly reference NumCars in the Signal process within model entity. We attempted to use Model.NumCars to reference this value, but received an error stating: "Unable to get value of the property. Referenced definition type 'Model' does not match executing type 'ModelEntity'. Is there any way to reference a model state variable within a model entity process, as we are hoping to do? Thanks, Joe
×
×
  • Create New...