forked from M-Labs/artiq
added abstract describe method to ScanObject
Signed-off-by: Leon Riesebos <leon.riesebos@duke.edu>
This commit is contained in:
parent
e577542f6b
commit
cd7f9531d7
|
@ -32,7 +32,8 @@ __all__ = ["ScanObject",
|
||||||
|
|
||||||
|
|
||||||
class ScanObject:
|
class ScanObject:
|
||||||
pass
|
def describe(self):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
class NoScan(ScanObject):
|
class NoScan(ScanObject):
|
||||||
|
|
Loading…
Reference in New Issue