add_load_pattern()
Creates a new load pattern in the model.Parameters
Name of the load pattern
Multiplier for self-weight loads. Default is 0.0 (no self-weight)
State of the load pattern. Can be:
'ACTIVE'orStateType.ACTIVE- Pattern is active and will be analyzed'INACTIVE'orStateType.INACTIVE- Pattern is inactive and will be ignored
Returns
The created load pattern object
Raises
ValueError- If a load pattern with the same name already exists
set_state_load_pattern()
Changes the state of an existing load pattern.Parameters
Name of the load pattern to modify
New state for the load pattern. Can be:
'ACTIVE'orStateType.ACTIVE- Pattern is active and will be analyzed'INACTIVE'orStateType.INACTIVE- Pattern is inactive and will be ignored
Raises
ValueError- If the load pattern does not exist
