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.
Drives the system in phase space.
Properties
name
Name.
- abstract drive(system, **kwargs)#
Drives the system in phase space.