data_base
❭ db_initializers
❭ prepare_ANN_batches
❭ get_neuron_param_file
get_neuron_param_file¶
- data_base.db_initializers.prepare_ANN_batches.get_neuron_param_file(db)¶
Get the path to the Cell parameters file from a simrun-initialized database.
This method assumes the database has been simrun-initialized with
init()
and contains the keyparameterfiles\_cell\_folder
.- Parameters:¶
db (
ISFDataBase
) – The database object.- Returns:¶
The path to the neuron parameter file.
- Return type:¶
str