GUI: Control Panel changes #2

Open
atse wants to merge 21 commits from gui_dev-ctrl_panel into gui_dev
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 2df4c03c2d - Show all commits

View File

@ -160,9 +160,7 @@ class CtrlPanel(QObject):
settings["temperature"]
)
if settings["tec_i"] is not None:
self.params[channel].child("tec_i").setValue(
settings["tec_i"] * 1000
)
self.params[channel].child("tec_i").setValue(settings["tec_i"])
@pyqtSlot("QVariantList")
def update_thermistor(self, sh_data):

View File

@ -12,7 +12,8 @@
"name": "tec_i",
"title": "Current through TEC",
"type": "float",
"suffix": "mA",
"siPrefix": true,
"suffix": "A",
"decimals": 6,
"readonly": true,
"tip": "The measured current through the TEC"