---+ Intro To DAN
WARNING
This page is out of date and essentially useless as of 8Jun2012.
Where To Start
Install DAN Firmware
Installing the firmware means starting from a regular DfMUX flashcard, then overwriting the
stage1.ace
and
stage2.ace
files with the latest DAN versions at
DANFirmwareReleases.
DAN Python Code
Check out or update your copy of the pyWTL repository. It contains a "dan" folder with two files.
The first is "wtl_DanMotherboard.py". This is the main DAN class. It inherits all methods from "wtl_FpgaMotherboard.py", "wtl_DataStreamer.py" as well as having DAN-specific methods.
An example of how to use "wtl_DanMotherboard.py" is in the other file "dan_example.py", which uses various hardcoded values to set up 4 combs of 8 actively nulled channels.
--
TijmenDeHaan - 12 Aug 2010
This topic: ColdFeedback
> WebHome > IntroToDan
Topic revision: r3 - 2012-06-08 - TijmenDeHaan