Skip to main content
Ctrl+K

ts_ess_common

  • Aurora Cloud Sensor
  • Boltek EFM-100C Atmospheric Electric Field Monitor
  • Boltek LD-250 Lightning Detector
  • Campbell Scientific CSAT3B Three-Dimensional Sonic Anemometer
  • GILL Winsonic 2-D Sonic Wind Sensor
    • Omega HX80A Series Humidity+ Sensors
    • SEL Multi-Channel Temperature Reader
    • Particulate Matter Sensor
    • Young Weather Station
    • Adding New Sensors
    • RPi Communication Protocol
    • SNMP
    • run_mock_telemetry_server
    • AbstractCommandHandler
    • Command
    • CommandError
    • DeviceConfig
    • DeviceName
    • DeviceType
    • Key
    • LD250TelemetryPrefix
    • MibTreeElement
    • MibTreeElementType
    • MockCommandHandler
    • MockTelemetryServer
    • RaritanItemId
    • RaritanOid
    • ResponseCode
    • SensorType
    • SocketServer
    • TelemetryItemName
    • TelemetryItemType
    • TelemetryItemUnit
    • BaseDevice
    • MockCsat3bFormatter
    • MockDevice
    • MockEFM100CFormatter
    • MockFormatter
    • MockHx85aFormatter
    • MockHx85baFormatter
    • MockLD250NoiseFormatter
    • MockLD250StatusFormatter
    • MockLD250StrikeFormatter
    • MockSps30Formatter
    • MockTemperatureFormatter
    • MockWindsonicFormatter
    • add_missing_telemetry
    • compute_checksum
    • compute_dew_point_magnus
    • compute_signature
    • create_sensor
    • register_sensor
    • AuroraSensor
    • AuroraSensorData
    • BaseSensor
    • Csat3bSensor
    • Efm100cSensor
    • Hx85aSensor
    • Hx85baSensor
    • Ld250Sensor
    • Sps30Sensor
    • TemperatureSensor
    • WindsonicSensor
    • Version History
    • Rubin docs
  • GitHub
  • Aurora Cloud Sensor
  • Boltek EFM-100C Atmospheric Electric Field Monitor
  • Boltek LD-250 Lightning Detector
  • Campbell Scientific CSAT3B Three-Dimensional Sonic Anemometer
  • GILL Winsonic 2-D Sonic Wind Sensor
  • Omega HX80A Series Humidity+ Sensors
  • SEL Multi-Channel Temperature Reader
  • Particulate Matter Sensor
  • Young Weather Station
  • Adding New Sensors
  • RPi Communication Protocol
  • SNMP
  • run_mock_telemetry_server
  • AbstractCommandHandler
  • Command
  • CommandError
  • DeviceConfig
  • DeviceName
  • DeviceType
  • Key
  • LD250TelemetryPrefix
  • MibTreeElement
  • MibTreeElementType
  • MockCommandHandler
  • MockTelemetryServer
  • RaritanItemId
  • RaritanOid
  • ResponseCode
  • SensorType
  • SocketServer
  • TelemetryItemName
  • TelemetryItemType
  • TelemetryItemUnit
  • BaseDevice
  • MockCsat3bFormatter
  • MockDevice
  • MockEFM100CFormatter
  • MockFormatter
  • MockHx85aFormatter
  • MockHx85baFormatter
  • MockLD250NoiseFormatter
  • MockLD250StatusFormatter
  • MockLD250StrikeFormatter
  • MockSps30Formatter
  • MockTemperatureFormatter
  • MockWindsonicFormatter
  • add_missing_telemetry
  • compute_checksum
  • compute_dew_point_magnus
  • compute_signature
  • create_sensor
  • register_sensor
  • AuroraSensor
  • AuroraSensorData
  • BaseSensor
  • Csat3bSensor
  • Efm100cSensor
  • Hx85aSensor
  • Hx85baSensor
  • Ld250Sensor
  • Sps30Sensor
  • TemperatureSensor
  • WindsonicSensor
  • Version History
  • Rubin docs
  • GitHub

Section Navigation

  • ResponseCode

ResponseCode#

class lsst.ts.ess.common.ResponseCode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: IntEnum

Attributes Summary

ALREADY_STARTED

DEVICE_READ_ERROR

INVALID_CONFIGURATION

NOT_CONFIGURED

NOT_STARTED

OK

Attributes Documentation

ALREADY_STARTED = 3#
DEVICE_READ_ERROR = 10#
INVALID_CONFIGURATION = 4#
NOT_CONFIGURED = 1#
NOT_STARTED = 2#
OK = 0#

previous

RaritanOid

next

SensorType

On this page
  • ResponseCode
    • ResponseCode.ALREADY_STARTED
    • ResponseCode.DEVICE_READ_ERROR
    • ResponseCode.INVALID_CONFIGURATION
    • ResponseCode.NOT_CONFIGURED
    • ResponseCode.NOT_STARTED
    • ResponseCode.OK

© Copyright 2019-2026 Association of Universities for Research in Astronomy, Inc. (AURA).

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.16.1.