summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/python/pulsegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/pulsegen.py b/src/python/pulsegen.py
index 161625a..f281bd4 100644
--- a/src/python/pulsegen.py
+++ b/src/python/pulsegen.py
@@ -40,7 +40,7 @@ class PicoPulseGen:
@property
def pulse_width(self):
- return self._pulse_offset
+ return self._pulse_width
@pulse_width.setter