diff options
Diffstat (limited to 'funcGenerator.py')
-rw-r--r-- | funcGenerator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/funcGenerator.py b/funcGenerator.py index 2bdb4dd..df15284 100644 --- a/funcGenerator.py +++ b/funcGenerator.py @@ -66,6 +66,7 @@ class PulseGen: return 0 class Sweeper: + # main clock sweeper for any function generator def __init__(self, widget, Npoints, SweepTime, onTicCallbacks=[]): # walk from start to stop with Npoints # cnt = 1 corresponds to start |