diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-04-09 00:03:52 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-04-09 00:03:52 -0400 |
commit | adba2bece3eae3e204398ec7464b61b1e3cb730a (patch) | |
tree | 47724d0add7be0fd58fbe8228a31a9b5b56fe656 | |
parent | 75b8193daf5c3364fd3d760b725bb2f5d4daa4f0 (diff) | |
download | pyExpControl-adba2bece3eae3e204398ec7464b61b1e3cb730a.tar.gz pyExpControl-adba2bece3eae3e204398ec7464b61b1e3cb730a.zip |
added comment
-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 |