.. _ad9552_qt: .. role:: py(code) :language: py :class: highlight ad9552_qt ========= ClkChannel ---------- The ``ClkChannel`` class implements the on screen user interface for a single channel of the AD9552 clock generator device. Figure 1 shows the on screen appearance of a ``ClkChannel`` instance. .. figure:: ClkChannel.png :align: center :figwidth: 50% **Figure 1**: The ``ClkChannel`` user interface component. .. autoclass:: qtrfblocks.ClkChannel :members: ClkModule --------- The ``ClkModule`` class implements the on screen user interface for the AD9552 clock generator device. The AD9552 is a dual channel device and the module UI therefore includes two ``ClkChannel`` instances. Figure 2 shows the on screen appearance of a ``ClkModule`` instance. .. figure:: ClkModule.png :align: center :figwidth: 70% **Figure 2**: The ``ClkModule`` user interface component. .. autoclass:: qtrfblocks.ClkModule :members: