platform_driver.interfaces.rainforesteagle module¶
-
class
platform_driver.interfaces.rainforesteagle.Interface(**kwargs)[source]¶ Bases:
platform_driver.interfaces.BasicRevert,platform_driver.interfaces.BaseInterface-
configure(config_dict, register_config)[source]¶ Configures the
Interfacefor the specific instance of a device.- Parameters
This method must setup register representations of all points on a device by creating instances of
BaseRegister(or a subclass) and adding them to the Interface withBaseInterface.insert_register().
-