26 #ifndef VOLTAGEMONITOR_H_ 27 #define VOLTAGEMONITOR_H_ 29 #define VOLTAGEMONITOR_PASTED_SPIKE_HEIGHT 20e-3 void init()
Standard initialization.
Definition: VoltageMonitor.cpp:41
virtual ~VoltageMonitor()
Definition: VoltageMonitor.cpp:37
double AurynDouble
Higher precision floating point datatype.
Definition: auryn_definitions.h:158
VoltageMonitor(NeuronGroup *source, NeuronID id, string filename, AurynDouble stepsize=auryn_timestep)
Definition: VoltageMonitor.cpp:30
Definition: ABSConnection.h:38
double auryn_timestep
Simulation timestep in seconds.
Definition: auryn_definitions.cpp:31
Records the membrane potential from one unit from the source neuron group to a file.
Definition: VoltageMonitor.h:48
void execute()
Definition: VoltageMonitor.cpp:47
Abstract base class for all neuron groups.
Definition: NeuronGroup.h:45
NeuronID AurynTime
Defines Auryns discrete time unit of the System clock. Change to AurynLong if 120h of simtime are not...
Definition: auryn_definitions.h:155
AurynTime paste_spikes
Paste spikes switch (default = true)
Definition: VoltageMonitor.h:59
Records from an arbitray state vector of one unit from the source SpikingGroup to a file...
Definition: StateMonitor.h:40
unsigned int NeuronID
NeuronID is an unsigned integeger type used to index neurons in Auryn.
Definition: auryn_definitions.h:151