single_cell_parsercellPySection_init_range_var_recording

PySection._init_range_var_recording

single_cell_parser.cell.PySection._init_range_var_recording(var, mech=None)

Initialize recording of a range mechanism.

Parameters:
  • var (str) – The name of the range mechanism to record.

  • mech (str, optional) – The name of the mechanism. Defaults to None.

Raises:
  • NameError – If the mechanism is not present in the segment.

  • AttributeError – If the mechanism is not present in the segment.

Example

>>> sec._init_range_var_recording('ica', 'Ca_HVA')