Skip to content

Commit

Permalink
added stub for Invalidate()
Browse files Browse the repository at this point in the history
  • Loading branch information
dellard committed Apr 12, 2019
1 parent 9397be9 commit 181ef2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/python/qgl2/qgl1.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,7 @@ def Repeat(target) -> control:
def BlockLabel(label):
# label is a string, output is a BlockLabel
pass

@qgl2stub('QGL.TdmInstructions')
def Invalidate(addr, nmeas, channel=None, tdm=True) -> control:
pass

0 comments on commit 181ef2f

Please sign in to comment.