libmushu.amplifierΒΆ

This module provides the Amplifier class, which is the base class of all low level amplifier drivers. If you want to write a driver for a specific amplifier your driver must derive from the Amplifier class and implement its methods.

Users will not use your driver directly but a decorated version of it which provides additional features like writing data to a file and receiving marker via TCP.

Classes

Amplifier Amplifier base class.

Previous topic

libmushu.ampdecorator

Next topic

libmushu.driver package

This Page