pycba.load.add_LM# add_LM(LM1, LM2)[source]# Adds two load matrices and returns the sum; this enables superposition Parameters: LM1 (LoadMatrix) – The first LoadMatrix object LM2 (LoadMatrix) – The second LoadMatrix object Returns: LM – The superimposed LoadMatrix object Return type: LoadMatrix