generic_ec_component_als_examples

Examples for testing ec_component_als components. ec_component_als is called “Ambient Light Sensor” in AVL.

Inherit

LightSensorCalibrationWithMockedChamber

The test is used to test the software. You need a real chamber to do the real calibration.

pytest_name

light_sensor_calibration

args

control_chamber
true
assume_chamber_connected
false
chamber_cmd
{
  "LUX1": [
    [
      "LUX1_ON",
      "LUX1_READY"
    ]
  ],
  "LUX2": [
    [
      "LUX2_ON",
      "LUX2_READY"
    ]
  ],
  "LUX3": [
    [
      "LUX3_ON",
      "LUX3_READY"
    ]
  ],
  "OFF": [
    [
      "OFF",
      "OFF_READY"
    ]
  ]
}
mock_mode
true