You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using your package to some studies on a board behaviour. I am forced to use the analog output channel to produce single pulses, but unfortunately using the device.analog_output.setup('pulse', frequency=frequency, amplitude=Tensione_Prog, offset=Offset, start=True) I have many pulses.
There is an easy way to do that?
The text was updated successfully, but these errors were encountered:
Note that you need to setup the channel first before you start it, i.e. do not pass start=True to the setup method, set your other properties, and then finally call configure(start=True).
Hi, I am using your package to some studies on a board behaviour. I am forced to use the analog output channel to produce single pulses, but unfortunately using the device.analog_output.setup('pulse', frequency=frequency, amplitude=Tensione_Prog, offset=Offset, start=True) I have many pulses.
There is an easy way to do that?
The text was updated successfully, but these errors were encountered: