예제 #1
0
class PidController(AbstractDevice):
    def load_additional_args(self, config, **kw):
        from pychron.hardware.eurotherm import Eurotherm
        self._cdevice = Eurotherm(name='Eurotherm')
        self._cdevice.load()

        return True
예제 #2
0
    def load_additional_args(self, config, **kw):
        from pychron.hardware.eurotherm import Eurotherm
        self._cdevice = Eurotherm(name='Eurotherm')
        self._cdevice.load()

        return True