SanliFaez / labphew_preparation

Didactic Python code for computer-controlled instrumentation and measurement
https://labphew.readthedocs.io/
GNU General Public License v3.0
0 stars 0 forks source link

connect scan_view with digilent #3

Open SanliFaez opened 4 years ago

SanliFaez commented 4 years ago

the main objective here is to operate a single-channel readout and display it on file. It requires at least the following steps (in semi-arbitrary order):

AronOpheij commented 4 years ago

Digilent Controller is finished (for now). It has sphinx documentation in the module. Note that for advanced features one has to look through the Digilent WaveForms SDK Reference Manual. I've added a simulated version as well for development without physical device attached.

SanliFaez commented 4 years ago

where is the simulated version? should that replace the dummy_daq_model?

AronOpheij commented 4 years ago

It's in the same file You can: from ...waveforms import DfwController or: from ...waveforms import SimulatedDfwController as DfwController