``interfaceCharacterization`` ====================================================================== .. py:module:: optimeed.optimize.characterization.interfaceCharacterization Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.optimize.characterization.interfaceCharacterization.InterfaceCharacterization .. py:class:: InterfaceCharacterization Interface for the evaluation of a device .. py:method:: compute(theDevice) :abstractmethod: Action to perform to characterize (= compute the objective function) of the device. :param theDevice: the device to characterize .. py:method:: __str__() Return str(self).