simrunsim_trial_to_cell_object

sim_trial_to_cell_object

Recreate and resimulate a single simulation trial from parameter files and return the cell object.

This module provides a function to rebuild a network-embedded neuron model from a DataBase. it also allows to change the Cell parameters, Network parameters, and Synapse activation data before resimulating the trial.

See also

To rebuild and re-simulate a simrun simulation from parameter files instead of a DataBase, please refer to parameters_to_cell instead.

Functions

simtrial_to_cell_object(db, sim_trial_index, compute, allPoints, scale_apical, range_vars, silent, neuron_param_modify_functions, network_param_modify_functions, synapse_activation_modify_functions, additional_network_params, tStop)

Recreate and resimulate a single simulation trial from parameter files and return the cell object.

trial_to_cell_object(name, cellName, networkName, synapse_activation_file, range_vars, scale_apical, allPoints, compute, tStop, neuron_param_modify_functions, network_param_modify_functions, synapse_activation_modify_functions, additional_network_params)

Recreate and resimulate a single simulation trial from parameter files and return the cell object.