# Sensor

class Sensor(name: Union[str, NoneType] = None)

A generic sensor.

# Attributes

  • name: The name of the Sensor.
  • rate: Data collection rate in Hz as a pint.Quantity. A rate of 0 Hz corresponds to the sensor being off.