Csat3bSensor#

class lsst.ts.ess.common.sensor.Csat3bSensor(log, num_channels=0)#

Bases: BaseSensor

Cambpell Scientific CSAT3B 3-D Anemometer Sensor.

Perform protocol conversion for the Cambpell Scientific CSAT3B 3-D Anemometer.

Parameters:
  • log (logger) – The logger for which to create a child logger.

  • num_channels (int, default: 0)

Attributes Summary

Methods Summary

extract_telemetry(line)

Extract the telemetry from a line of Sensor data.

Attributes Documentation

charset = 'ISO-8859-1'#

Methods Documentation

async extract_telemetry(line)#

Extract the telemetry from a line of Sensor data.

Parameters:

line (str) – A line of comma separated telemetry as described in the doc string of this class.

Returns:

A list of floats and ints containing the telemetry as measured by the sensor. See the description in the doc string of this class.

Return type:

list