Efm100cSensor¶
- class lsst.ts.ess.common.sensor.Efm100cSensor(log: Logger, num_channels: int = 0)¶
Bases:
BaseSensor
Boltek EFM-100C Electric Field Strength Sensor.
Perform protocol conversion for the Boltek EFM-100C Atmospheric Electric Field Monitor.
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