Ld250Sensor¶
- class lsst.ts.ess.common.sensor.Ld250Sensor(log: Logger, num_channels: int = 0)¶
Bases:
BaseSensor
Boltek LD-250 Lightning Detector.
Perform protocol conversion for the Boltek LD-250 Lightning Detector.
- 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 = 'ASCII'¶
- delimiter = ','¶
- terminator = '\r\n'¶
Methods Documentation