bluepyemodel.model.model_configurator

Model Configurator

Classes

ModelConfigurator(access_point[, configuration])

Handles the loading, saving and modification of a model configuration

class ModelConfigurator(access_point, configuration=None)

Bases: object

Handles the loading, saving and modification of a model configuration

Creates a model configuration, which includes the model parameters, distributions, mechanisms and a morphology.

Parameters:
delete_configuration()

Delete the current configuration. Warning: it does not delete the file or resource of the configuration.

get_gene_based_configuration()

Overwrite the currently loaded configuration with a new configuration initiated from gene data.

get_gene_based_parameters()

Get the gene mapping from Nexus and retrieve the matching parameters and mechanisms from the ion channel selector

load_configuration()

Load a previously registered configuration

new_configuration(use_gene_data=False)

Create a new configuration

save_configuration(path=None)

Save the configuration. The saving medium depends on the access point.