Home | Trees | Indices | Help |
|
---|
|
object --+ | Event
Generic Event. Possible keys in argument dictionary at initialization: name, eventtol, eventdelay, starttime, bisectlimit, term, active, precise, vars, expr.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
str(x)
|
str(x)
|
Report on correct sign change. For external inputs, add input names and vales at time t to parDict |
Search a variable-linked event, or an event with supplied vars dictionary and relevant parameters, for zero crossings. (Variable-linked search not applicable to low level events.) trange=None, dt=None, checklevel=2, parDict=None, vars=None, inputs=None, abseps=1e-13, eventdelay=True -> (ev_t, (ev_tlo, ev_thi)) where the lo-hi tuple is the smallest bound around ev_t (in case it is None because event was not found accurately). dt will default to 1e-3 * the time interval of the variables. 'eventinterval' inherited from the event will be used to separate detected events. Only pass vars dictionary when event.varlinked is False. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:19 2012 | http://epydoc.sourceforge.net |