pystra.system.System#
- class System(children, name=None)[source]#
Bases:
objectBase class for composed structural system limit states.
Methods
Return the composed system as a Pystra
LimitState.Return failure masks for each leaf component.
Evaluate all leaf component limit states.
Evaluate the equivalent scalar system limit state.
Return a boolean mask where the system is failed.
Return the composed system as a Pystra
LimitState.Yield all leaf components in the system.
- property components#
Flat tuple of all leaf components in the system.
- getLimitState()[source]#
Return the composed system as a Pystra
LimitState.This legacy-style alias mirrors the existing Pystra getter naming.