Made RT interrupt changes

This commit is contained in:
rparedis 2024-03-20 12:06:49 +01:00
parent 770af49c87
commit 68a247654d
10 changed files with 47 additions and 20 deletions

View file

@ -623,6 +623,7 @@ class SimulatorConfiguration(object):
if not isinstance(ports, dict):
raise DEVSException("Realtime input port references should be a dictionary")
self.simulator.realtime_port_references = ports
self.simulator.accept_external_input = True
def setModelState(self, model, new_state):
"""