Skip to content
logo
In Silico Framework
build_parameters
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
      • simrun
      • single_cell_parser
        • analyze
        • cell_modify_functions
        • network_modify_functions
        • network_param_modify_functions
        • cell
        • cell_parser
        • network
        • network_realizations
        • parameters
          • NTParameterSet
          • _make_json_compatible
          • _read_params_to_dict
          • build_parameters
            • Fsingle_cell_parserparametersbuild_parameters
              • Parameters
                • pfilename
              • Returns
              • Return type
          • fast_extract_values_from_param_file_key
          • load_NMODL_parameters
          • resolve_parameter_paths
        • reader
        • scalar_field
        • serialize_cell
        • sim_control
        • synapse
        • synapse_mapper
        • writer
        • Event
        • create_cell
        • init_neuron_run
        • sec_distance_to_soma
        • spines_update_synapse_distribution_file
        • spines_update_network_paramfile
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Fsingle_cell_parserparametersbuild_parameters
      • Parameters
        • pfilename
      • Returns
      • Return type

    build_parameters¶

    single_cell_parser.parameters.build_parameters(filename)¶

    Read in a .param file and return a NTParameterSet object.

    Parameters:¶
    filename : str¶

    path to the parameter file

    Returns:¶

    The parameter file as a NTParameterSet object.

    Return type:¶

    NTParameterSet

    Documentation unclear, incomplete, broken or wrong? Let us know

    Previous _read_params_to_dict
    Next fast_extract_values_from_param_file_key
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.2.6. and Sphinx-Immaterial