Made RT interrupt changes
This commit is contained in:
parent
770af49c87
commit
68a247654d
10 changed files with 47 additions and 20 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue