Commit 5a5ceb58 authored by Jan Pospisil's avatar Jan Pospisil

typo

parent 0e45f7f2
...@@ -332,7 +332,7 @@ class Ffpg(object): ...@@ -332,7 +332,7 @@ class Ffpg(object):
def CreateSinglePulse(self, channel, start, width, polarity = 1): def CreateSinglePulse(self, channel, start, width, polarity = 1):
""" """
channel = 1 | 2 channel = 1 | 2
start, stop in [ns] start, width in [ns]
polarity = 0 - negative polarity | 1 - positive polarity polarity = 0 - negative polarity | 1 - positive polarity
""" """
self.ClearMemory(channel, "*") self.ClearMemory(channel, "*")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment