|
Provides: |
current, derivs, acceptor and enq as described in PyDynamics
| Name | Type | Attributes | Description |
| Gmax | float | RW | maximum conductance |
| Er | float | RW | reversal potential |
| alpha | float | RW | coupling constant |
| beta1 | float | RW | decay rate of stage 1 |
| beta2 | float | RW | decay rate of stage 2 |
| beta3 | float | RW | decay rate of stage 3 |
| export_current | bool | RW | if set to True current is calculated by this Dynamics, otherise this Dynamics can be used to modulate another one (eg gKCa in ActionPotential |
| dsm2, dsm3 | float | RW | state variables (diffusible second messenger concentrations) |
| ddsm2dt, ddsm3dt | float | RW | derivative of the state variables |
| dsm2Trace, dsm3Trace | list of floats | RO | trace history of the state variables |
|