#include <physicalmodel.h>
Inheritance diagram for PhysicalModel:
These models take input from readouts and produce one or more outputs to analog synapses. Within a transform function you can also receive input from any external source.
|
Constructs a new physical model.
|
|
Frees the memory |
|
Connect a readout output to a named input of the model.
|
|
Connect an output channel of the model to a synapse.
|
|
Returns the names of the input- and output - channels. |
|
Returns the name of an output-channel. |
|
|
|
|
|
Resets the information stored within the model. Implements Advancable. Reimplemented in ArmModel. |
|
Transforms the current inputs to new output values.
Implemented in ArmModel. |
|
This function is called after parameters are updated. Reimplemented from csimClass. Reimplemented in ArmModel. |