Skip to content

ExitAction

ExitAction

ExitAction()

Bases: Action

Exit action to terminate OpenSees execution.

ExitAction stops the active OpenSees simulation script, closes open files, flushes recorder output buffers, and terminates the OpenSees process cleanly.

Tcl form

exit

Example
from femora.core.model import Model

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

Create an ExitAction instance.