Skip to content

ResetAction

ResetAction

ResetAction()

Bases: Action

Reset action to revert the model state.

ResetAction resets the model state in OpenSees back to the state of the last committed converged step or initial state, clearing all un-converged trials.

Tcl form

reset

Example
from femora.core.model import Model

model = Model()
action = model.actions.reset()

Create a ResetAction instance.