Trees | Indices | Help |
|
---|
|
object --+ | util_types.Anon --+ | StimulusRecord
Describes how to find and idealize the time course of a model variable. It can be constant, an analog signal, or an expression in terms of segment index, time since seg-start, and named analog signals. Read-only please. You are more likely to encounter a qubx.table.TableRow with the same fields.
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Add_deltas whether to add more stimulus levels when idealizing |
|||
Delta_amp minimum difference between added levels |
|||
Expr f(seg, t[, signalname[0], signalname[1], ...]) -> float, if stim_type == STIM_TYPE_EXPR |
|||
Known_amps list of known stimulus levels for idealization |
|||
Latency [ms] milliseconds of delay to add |
|||
Min_dur [ms] events any shorter are subsumed by their neighbor |
|||
Name the model variable e.g. |
|||
Shaping name of a shaping plugin |
|||
Signal_index index in dataview.signals, if stim_type == STIM_TYPE_SIGNAL |
|||
Type STIM_TYPE_CONST, STIM_TYPE_SIGNAL, or STIM_TYPE_EXPR |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Namethe model variable e.g. 'Voltage' |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |