pycba.load.parse_LM#

parse_LM(LM)[source]#

This function parses the Load Matrix and returns a list of Load objects

Note: span/member numbering converted to base-0 here

Parameters:

LM (LoadMatrix) – The user-defined LoadMatrix

Returns:

loads – A list of Load objects

Return type:

List[Load]