예제 #1
0
파일: helper.py 프로젝트: testjet/Fixate
 def off(self):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))
예제 #2
0
파일: helper.py 프로젝트: testjet/Fixate
 def delay(self, seconds: number):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))
예제 #3
0
파일: helper.py 프로젝트: testjet/Fixate
 def _call(self, output: bool):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))