Esempio n. 1
0
 def off(self):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))
Esempio n. 2
0
 def delay(self, seconds: number):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))
Esempio n. 3
0
 def _call(self, output: bool):
     raise InstrumentFeatureUnavailable(
         "{} not available on this device".format(
             inspect.currentframe().f_code.co_name))