ionopimax: add SimpleVoltageInput for iono pi
+ add thermofischer cfg (better name needed)
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user