Channel.__init__

Channel.__init__(channel_id: chr, log_flag: bool = False, label: str = None, curve_id: int = None, temp_limit: float = 0.0)[source]

Initializes the Channel object.

Parameters
  • channel_id (str) – Channel ID, ‘A’ to ‘D’.

  • log_flag (bool, optional) – Data from the channel is to be logged, default is ‘False’.

  • label (str, optional) – Channel label, default is ‘None’.

  • curve_id (int, optional) – Sensor curve ID, default is ‘None’.

  • temp_limit (float, optional) – Temperature limit above which control outputs are disabled, default is 0.0 (none).

Raises

ValueError – Channel property out of bounds, e.g. negative temperature limit.