# TempControl
class TempControl(internal_tubing: mechwolf.components.stdlib.tube.Tube, name: Union[str, NoneType] = None)
A generic temperature controller.
# Arguments
internal_tubing: TheTubeinside the temperature controller.name: The component's name.
# Attributes
active: Whether the temperature controller is active.internal_tubing: TheTubeinside the temperature controller.name: The name of the Sensor.temp: The temperature setting as apint.Quantity.