.. AD9958 Python library documentation master file, created by sphinx-quickstart on Thu Sep 28 11:20:32 2017. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. AD9958 real time RF source ================================================= .. toctree:: :maxdepth: 2 :caption: Contents: INTRODUCTION ************ The AD9958 Python library provides a configurable and harware timed interface for a AD9948 DDS. The defined commands are sent over the provided serial port to the chipKit max32 microcontroller and loaded onto the onboard task stack. Once the task stack gets started, the saved commands are issued sequentially and the AD9958 gets programed over SPI in real time. Please check the provided examples for more details on the different operational modes. CODE **** .. automodule:: AD9958 :members: :undoc-members: