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

        return True