Moku model: Moku:Lab
Operating system: Ubuntu (Python API)
Software version:(601)
Bug or support request description: Dear all, I would like to generate a ramp signal which has it’s minimum at t=0.
Every time I run the cell,
i.generate_waveform(1, 'Ramp',symmetry = 50, amplitude=1,offset = 0.5,frequency=5)
send a ramp with an arbitrary start point in time. I would like the ramp to have it’s min./max. at t=0.
I am not sure, but when I use the Ipad and turn off the ramp and turn it on again, it has it’s middle value at t=0. I tried to turn off the output every time I run the cell by
i.generate_waveform(1,'Off')
, but it did not help either!
I would appreciate your kind help.