ionopimax: add SimpleVoltageInput for iono pi

+ add thermofischer cfg (better name needed)
This commit is contained in:
l_samenv
2025-07-10 11:20:22 +02:00
parent cdc2748818
commit cd3fdb6b62
2 changed files with 85 additions and 0 deletions

View File

@@ -140,6 +140,10 @@ class VoltageInput(AnalogInput):
# change mode only if needed, as this disturbs the input for some time
self.write(f'{self.addr}_mode', 'U')
class SimpleVoltageInput(AnalogInput):
"""version for iono pi"""
scale = 1e-3
class LogVoltageInput(VoltageInput):