Skip to content
logo
In Silico Framework
load_cell_from_file
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
        • reader
        • scalar_field
        • serialize_cell
          • convert_hoc_array_to_np_array
          • convert_dict_of_hoc_arrays_to_dict_of_np_arrays
          • cell_to_serializable_object
          • restore_cell_from_serializable_object
          • save_cell_to_file
          • load_cell_from_file
            • Fsingle_cell_parser.serialize_cell.load_cell_from_file
              • Parameters
              • Returns
              • Return type
        • sim_control
        • synapse
        • synapse_mapper
        • writer
        • Event
        • build_parameters
        • load_NMODL_parameters
        • 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_parser.serialize_cell.load_cell_from_file
      • Parameters
      • Returns
      • Return type

    single_cell_parser ❭ serialize_cell ❭ load_cell_from_file

    load_cell_from_file¶

    single_cell_parser.serialize_cell.load_cell_from_file(path)¶

    Load a Cell object from a file in .pickle format.

    Parameters:¶

    path (str) – path to .pickle file

    Returns:¶

    cell object

    Return type:¶

    Cell

    Previous save_cell_to_file
    Next sim_control
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial