General

structuralcodes.codes.set_design_code(design_code: str | ModuleType | None = None) None[source]

Set the current design code globally.

Parameters:

design_code (Union[str, Moduletype]) – The abbreviation of the code (str), or a module that represents the code (ModuleType).

Note

Call get_design_codes() to get a list of the available codes.

structuralcodes.codes.get_design_codes() List[str][source]

Get a list of the available design codes.