From bb076eb26472e2dac1ea2073b064fb51e314ed9b Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Tue, 13 Jul 2021 09:40:38 -0400 Subject: better description --- funcGenerator.py | 1 + 1 file changed, 1 insertion(+) (limited to 'funcGenerator.py') diff --git a/funcGenerator.py b/funcGenerator.py index 1d782a3..1e7be5e 100644 --- a/funcGenerator.py +++ b/funcGenerator.py @@ -57,6 +57,7 @@ class RampGen: class TriangleGen(RampGen): # monotonically goes from start to stop, once reaches stop goes back to start + # does it with 50% duty cycle, i.e half of period we go up, the other half down def getValue(self, sweeper=None): if sweeper is None and self.sweeper is None: print("Error: generator needs sweeper") -- cgit v1.2.3