Now define the Load section. {placeholder}
This is the syntax of the ConcreteUltimateConfiguration:



ConcreteUltimateConfiguration(
                no: int = 1,
                name: str = 'ULS',
                members: str = 'All',
                member_sets: str = 'All',
                surfaces: str = 'All',
                surface_sets: str = 'All',
                nodes: str = '',
                comment: str = '',
                params: dict = None,
                model = Model)


This is an example of the ConcreteUltimateConfiguration section:

# ---- ConcreteUltimateConfiguration Sec ----                


ConcreteUltimateConfiguration(
    no = 1,
    name = 'ULS Standard',
    members = '1 2 3',        # oder 'All'
    member_sets = 'All',
    surfaces = '1 2',
    surface_sets = '1, 2',
    nodes = '1, 2, 3, 4, 5, 6',
    comment = 'Standard ULS für Platten und Träger',
    model = Model
)


