SimAssembler¶
-
class
managers.operatorsSimaudit.assembler.SimAssembler¶ Available methods:
Method name Method type set_fixed_timesteps`()static method set_runtime_NEURON`()class method NOTE:
set_fixed_timesteps- Nothing is returnedset_runtime_NEURON- Nothing is returned
-
static
set_fixed_timesteps()¶ Makes time steps fixed
Arguments: nothing is passed
Returned values: Nothing.
NOTE: As of now it sets the neuron.h for fixed time-step. Hence NEURON based.
-
classmethod
set_runtime_NEURON(parameters=None)¶ Sets runtime parameters to neuron.h
Keyword Arguments:
Key Value type parameters- dictionary with keys:
dt,celsius,tstop&v_init
Returned values: Nothing is returned
NOTE:
set_fixed_timesteps()is called here.