KilometersG / Python-API-for-VeriStand-FPGA

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

Closed KilometersG closed 5 years ago

KilometersG commented 6 years ago

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.

KilometersG commented 5 years ago

Completed. Changed the API to use a Current Value Table structure with channels instead of the user individually unpacking and packing packets.