interfaceCharacterization

Module Contents

class InterfaceCharacterization[source]

Interface for the evaluation of a device

abstract compute(self, theDevice)[source]

Action to perform to characterize (= compute the objective function) of the device.

Parameters

theDevice – the device to characterize

__str__(self)[source]