frappy_psi.tcs: minor fixes

This commit is contained in:
2025-11-05 15:53:02 +01:00
parent 21c20c966c
commit e68ee356df
2 changed files with 2 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ Mod('mix_htr',
'mixing chamber heater', 'mixing chamber heater',
io='io', io='io',
channel=3, channel=3,
) )

View File

@@ -18,8 +18,7 @@
# Anik Stark <anik.stark@psi.ch> # Anik Stark <anik.stark@psi.ch>
# ***************************************************************************** # *****************************************************************************
from frappy.core import StringIO, HasIO, Writable, Parameter, Property, FloatRange, IntRange, BoolType, \ from frappy.core import StringIO, HasIO, Writable, Parameter, Property, FloatRange, IntRange, BoolType
ERROR
from frappy.errors import CommunicationFailedError, HardwareError from frappy.errors import CommunicationFailedError, HardwareError
from frappy.ctrlby import WrapControlledBy from frappy.ctrlby import WrapControlledBy