|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
stopSimulation(self)
Application function to stop simulation run |
source code
|
|
|
_startWUStepping(self)
Application function to start stepping through simulation for
waituntil construct. |
source code
|
|
|
_stopWUStepping(self)
Application function to stop stepping through simulation. |
source code
|
|
|
allEventNotices(self)
Returns string with eventlist as; t1: processname, processname2 t2:
processname4, processname5, . |
source code
|
|
|
allEventTimes(self)
Returns list of all times for which events are scheduled. |
source code
|
|
|
activate(self,
obj,
process,
at=' undefined ' ,
delay=' undefined ' ,
prior=False)
Application function to activate passive process. |
source code
|
|
|
reactivate(self,
obj,
at=' undefined ' ,
delay=' undefined ' ,
prior=False)
Application function to reactivate a process which is active,
suspended or passive. |
source code
|
|
|
startCollection(self,
when=0.0,
monitors=None,
tallies=None)
Starts data collection of all designated Monitor and Tally objects
(default = all) at time 'when'. |
source code
|
|
|
_test(self)
Gets called by simulate after every event, as long as there are
processes waiting in self.condQ for a condition to be satisfied. |
source code
|
|
|
|
|
simulate(self,
until=0)
Schedules Processes / semi - coroutines until time 'until' |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|