Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions plantsim/plantsim.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ def start_simulation(self):

self.plantsim.StartSimulation(self.event_controller)

def is_simulation_running(self):

return self.plantsim.IsSimulationRunning()

def get_object(self, object_name):
# "Smart" getter that has some limited ability to decide which kind of object to return

Expand Down