From 9fca5d9a397ed493da01be151e7a89d0e69d001c Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Sat, 12 Jun 2021 17:35:42 -0400 Subject: changed description --- funcGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcGenerator.py') diff --git a/funcGenerator.py b/funcGenerator.py index df15284..d9abf06 100644 --- a/funcGenerator.py +++ b/funcGenerator.py @@ -50,7 +50,7 @@ class TriangleGen: return self.start + 2*(1-sweeper.getRelPos())*(self.stop - self.start) class PulseGen: - # monotonically goes from start to stop, once reaches stop goes back to start + # produce ampl for the first half a period and 0 for the other half def __init__(self, ampl=1, sweeper=None): self.ampl = ampl self.sweeper = sweeper -- cgit v1.2.3