Java Mine
ContentsIndexHome
PreviousUpNext
LightSensor_PPFDBase.UpdateSpanCalibration Method

/ Calibrates the sensor to correct values set by the user / /

Syntax
Java
public static void UpdateSpanCalibration(Sensor sens, double expectedReading, double lastReading, double lastTempReading);
Parameters 
Description 
Sensor sens 
sens the Sensor object to be updated  
double expectedReading 
The expect PPFD level from the last reading of the device. 
double lastReading 
The reported PPFD level from the last reading of the device. 
double lastTempReading 
The reported Temperature from the last reading of the device. 

/  

/  

/  

/  

/  

 

  • Calibrates the sensor to correct values set by the user

*

  • @param sens sens the Sensor object to be updated
  • @param expectedReading The expect PPFD level from the last reading of the device
  • @param lastReading The reported PPFD level from the last reading of the device
  • @param lastTempReading The reported Temperature from the last reading of the device
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!