TimeDriver#
- class mumax3c.TimeDriver(**kwargs)#
Time driver.
Only attributes in
_allowed_attributescan be defined. For details on possible values for individual attributes and their default values, please refer toMumax3documentation (https://mumax.github.io).Examples
Defining driver with a keyword argument.
>>> import mumax3c as mc ... >>> td = mc.TimeDriver(DemagAccuracy=6)
Passing an argument which is not allowed.
>>> import mumax3c as mc ... >>> td = mc.TimeDriver(myarg=1) Traceback (most recent call last): ... AttributeError: ...
Getting the list of allowed attributes.
>>> import mumax3c as mc ... >>> td = mc.TimeDriver() >>> td._allowed_attributes [...]
Methods
__dir__Default dir() implementation.
__eq__Return self==value.
__iter__Iterator.
__repr__Representation string.
driveDrives the system in phase space.
drive_kwargs_setupAdditional keyword arguments allowed for drive.
scheduleSchedule drive of the system in phase space.
schedule_kwargs_setupAdditional keyword arguments allowed for schedule.
write_mx3Write the mx3 file and related files.
Properties
nameName.