OspGrillage.analyze#
- OspGrillage.analyze(**kwargs)#
Function to analyze defined load
- Parameters:
all (bool) – If
True, runs all load cases. Defaults toTrue.load_case (str or list of str) – Name string or list of name strings for the load cases to analyze.
set_verbose (bool) – If
True, suppresses incremental load case progress output to terminal. Defaults toTrue.analysis_type (str) – Type of OpenSees analysis to run. Defaults to
"Static".
- Raises:
ValueError – If neither
load_casenorallarguments are correctly provided.