pycba.load.factor_LM# factor_LM(LM, gamma)[source]# Applies a factor to the loads in a LoadMatrix object Parameters: LM (LoadMatrix) – The LoadMatrix object gamma (float) – A factor to apply to the load magnitudes Returns: LM – The factored LoadMatrix object Return type: LoadMatrix