Driver#

class micromagneticmodel.Driver(**kwargs)#

An abstract class for deriving drivers.


Methods

__dir__

Default dir() implementation.

__eq__

Return self==value.

__iter__

Iterator.

__repr__

Representation string.

drive

Drives the system in phase space.

Properties

name

Name.


abstract drive(system, **kwargs)#

Drives the system in phase space.