This Python API is meant to work with NI-RIO FPGA bitfiles, .lvbitx, and their associated XML Configurations, .fpgaconfig, originally written for VeriStand.
BSD 2-Clause "Simplified" License
4
stars
0
forks
source link
Change the user experience to work with channels instead of packets. #6
The first draft of the code managed everything as packets. For example, you would work with Read Packet 12 or Write Packet 5. Instead the api should create a data value table for the read and write channels that the user can get and set values from.
The first draft of the code managed everything as packets. For example, you would work with Read Packet 12 or Write Packet 5. Instead the api should create a data value table for the read and write channels that the user can get and set values from.