Skip to content
Snippets Groups Projects

Draft: Temp fix

Closed Lucas Mollier requested to merge temp-fix into master
@@ -5,6 +5,7 @@ import time
from time import sleep
import requests
import os
import math
from optoboard_felix.driver.Hardware import Hardware, ordered_configuration
from optoboard_felix.driver.log import logger, LoggerFormat
@@ -1261,7 +1262,7 @@ class Lpgbt(Hardware):
return link_list
def read_estimate_onchip_temperature(self, reset_temperature_sensor = True):
def read_estimate_onchip_temperature(self, reset_temperature_sensor = True):
'''Read the estimated temperature of the lpgbt.
More specifically, read the adc voltage and use the calibration equation to translate it to temperature.
Taken from the lpgbt manual "we recommend assuming a value 20 K above the expected ambient temperature and a large standard error of 20K for the following procedures."
Loading