neurodsp.sim.io.save_sims

neurodsp.sim.io.save_sims(sims, label, file_path=None, replace=False)[source]

Save simulations.

Parameters:
simsSimulations or VariableSimulations or MultipleSimulations

Simulations to save.

labelstr

Label to attach to the simulation name.

file_pathstr, optional

Directory to save to.

replacebool, optional, default: False

Whether to replace any existing saved files with the same name.