# TempControl

class TempControl(internal_tubing: mechwolf.components.stdlib.tube.Tube, name: Union[str, NoneType] = None)

A generic temperature controller.

# Arguments

  • internal_tubing: The Tube inside the temperature controller.
  • name: The component's name.

# Attributes

  • active: Whether the temperature controller is active.
  • internal_tubing: The Tube inside the temperature controller.
  • name: The name of the Sensor.
  • temp: The temperature setting as a pint.Quantity.