allensdk.model.biophysical.run_simulate module

class allensdk.model.biophysical.run_simulate.RunSimulate(input_json, output_json)[source]

Bases: object

load_manifest(self)[source]
nrnivmodl(self)[source]
simulate(self)[source]
allensdk.model.biophysical.run_simulate.main(command, lims_strategy_json, lims_response_json)[source]

Entry point for module. :param command: select behavior, nrnivmodl or simulate :type command: string :param lims_strategy_json: path to json file output from lims. :type lims_strategy_json: string :param lims_response_json: path to json file returned to lims. :type lims_response_json: string