Csat3bSensor¶
- class lsst.ts.ess.common.sensor.Csat3bSensor(log: Logger, num_channels: int = 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.
- log
Attributes Summary
Methods Summary
extract_telemetry
(line)Extract the telemetry from a line of Sensor data.
Attributes Documentation
- charset = 'ISO-8859-1'¶
- delimiter = ','¶
- terminator = '\r\n'¶
Methods Documentation