Enum InputKind
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
How an input port's values act on its neurons.
public enum InputKind
Fields
PoissonToV = 0Values are Poisson rates in Hz; each event adds the model's Poisson weight (68.75 mV) to
v— Brian2PoissonInput(target_var='v'), the Shiu et al. stimulation.Current = 1Values are a constant depolarisation in mV added to
vevery step (tonic drive).