Update coldbox.py

This commit is contained in:
2024-12-05 13:41:23 +01:00
parent 916c40747f
commit 0bc46cc6cd

View File

@@ -315,13 +315,6 @@ def main():
box = Coldbox('coldbox02.psi.ch')
print(box.tec1.getTemp())
print(box.tec1.getTemp())
box.tec1.setVoltage(1.5)
print(box.tec1.getVoltage())
box.tec1.setVoltage(2)
print(box.tec1.getTemp())
box.tecall.poff()
if __name__ == "__main__":