MCPcopy Create free account
hub / github.com/HeisenbergJY1/PySap2000 / get_count

Method get_count

loading/load_pattern.py:230–240  ·  view source on GitHub ↗

Get the number of load patterns. Args: model: SAP2000 SapModel object Returns: Load pattern count.

(model)

Source from the content-addressed store, hash-verified

228
229 @staticmethod
230 def get_count(model) -> int:
231 """
232 Get the number of load patterns.
233
234 Args:
235 model: SAP2000 SapModel object
236
237 Returns:
238 Load pattern count.
239 """
240 return model.LoadPatterns.Count()
241
242 @staticmethod
243 def get_name_list(model) -> List[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected