Commit a474761b authored by Jan Pospisil's avatar Jan Pospisil

reverted test stuff

parent 8781787e
......@@ -103,7 +103,7 @@ def Init(pg):
def TestSinglePulse(pg, channel):
pg.ResetBadState(channel)
pg.CreateSinglePulse(channel, start = 10*(channel-1), width = 10, polarity = 1)
pg.CreateSinglePulse(channel, start = 0, width = 10, polarity = 1)
pg.EnableChannel(channel)
pg.StartChannel(channel)
......@@ -137,9 +137,7 @@ pg = Ffpg(fmcSlot)
Init(pg)
# create single pulse
# TestSinglePulse(pg, channel)
TestSinglePulse(pg, 1)
TestSinglePulse(pg, 2)
TestSinglePulse(pg, channel)
# create bunched pulses
# TestBunchPulses(pg, 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