示例#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))