==================================================== Band 5 Down-Converter Protocol Library Documentation ==================================================== Description ----------- This library provides the ability to connect to and configure the Band 5 Down-Converter (B5DC). The B5DC exposes a custom binary protocol for reading and writing registers on the B5DC. This library contains classes to handle the low-level packing and unpacking of the B5DC protocol (`B5dcProtocol` class). The read and write operations to defined registers are dynamically exposed as commands in the `B5dcInterface` class. Aggregation of the B5DC functionality is contained in the `B5dcDevice` class, where configuring the device and reading the device state is implemented. .. toctree:: :maxdepth: 1 :caption: Contents: api/index developer_guide/index CHANGELOG Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`