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