rsap_add_combination
Create load combinations from weighted load cases, specifying factors, ULS/SLS type, and name; combination number auto-assigns if omitted.
Instructions
Create a load combination from weighted load cases.
Args: name: Combination name, e.g. 'ULS 1.35G + 1.5Q'. factors: List of {case, factor} terms, e.g. [{case:1, factor:1.35},{case:2, factor:1.5}]. combo_type: 'uls' or 'sls'. nature: Combination nature (usually 'permanent'). number: Explicit combination number; auto-assigned if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| nature | No | permanent | |
| number | No | ||
| factors | Yes | ||
| combo_type | No | uls |