Table of Contents

Enum InputKind

Namespace
DotFly
Assembly
DotFly.Engine.dll

How an input port's values act on its neurons.

public enum InputKind

Fields

PoissonToV = 0

Values are Poisson rates in Hz; each event adds the model's Poisson weight (68.75 mV) to v — Brian2 PoissonInput(target_var='v'), the Shiu et al. stimulation.

Current = 1

Values are a constant depolarisation in mV added to v every step (tonic drive).