single_cell_parsernetworkNetworkMapperre_init_network

NetworkMapper.re_init_network

single_cell_parser.network.NetworkMapper.re_init_network(replayMode=False)

Reinitialize the network for a new simulation run.

Sets all the presynaptic cells to off.

See also

turn_off() for more information on turning cells off.

Parameters:

replayMode (bool) – Whether or not to destroy the presynaptic cells as well. Default: False. Set to False if you want to keep the presynaptic cells for a new simulation run. Set to True if you want to recreate a new network realization (not taken care of in this function).