analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
32 stars 31 forks source link

continuous waveform generation documentation from pysmu #46

Open itdaniher opened 9 years ago

itdaniher commented 9 years ago

@radhermit any examples of this? does the pysmu wrapper support it?

itdaniher commented 9 years ago

@damercer

radhermit commented 9 years ago

Looks like I missed seeing this a while ago. Yes, some form of continuous support is now available via Device.samples in the python bindings that provides an iterator of sample tuples.

I'll try to figure out some better way to document things going forward either in the ADI wiki or more of an auto-generated approach by pulling docstrings from the bindings.

damercer commented 9 years ago

I may have miss-communicated what I was asking for. What I was asking about is continuous analog output waveforms not continuous input samples. As a matter of fact I see no reason for continuous input sampling. Unless the input and output are some how inextricably linked.

As to documentation, a users guide on the ADI Wiki including detailed examples would be great. I doubt pulling some comments from the source code will be sufficient (obviously given the above confusion).