Commit cb4df0a3 authored by Projects's avatar Projects

pulsegen: Decreased the default number of samples for arbitrary waveform

parent 5b4205ea
......@@ -247,7 +247,7 @@ if __name__ == '__main__':
count = 2000000
freq = 2e6 # Hz
width = 250e-9 # s
samples = 500 # number of samples for arbitrary waveform
samples = 100 # number of samples for arbitrary waveform
def usage():
print('(c) CERN 2017')
......
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