single_cell_parser
❭ network_param_modify_functions
❭ _has_evoked
_has_evoked¶
- single_cell_parser.network_param_modify_functions._has_evoked(param, celltype)¶
Check if the celltype has evoked activity.
- Parameters:¶
param (sumatra.parameters.NTParameterSet | dict) – The Network parameters.
celltype (str) – The celltype to check.
- Returns:¶
True if the celltype has evoked activity, False otherwise.
- Return type:¶
bool
- Raises:¶
AssertionError – If
celltype
is not in the network