stats Module¶
-
pyNastran.bdf.bdf_interface.stats._aero_stats(model: BDF, msg: List[str]) → None[source]¶ helper for
get_bdf_stats(...)
-
pyNastran.bdf.bdf_interface.stats._constraint_stats(model: BDF, msg: List[str]) → None[source]¶ helper for
get_bdf_stats(...)
-
pyNastran.bdf.bdf_interface.stats._cyclic_stats(model: BDF, msg: List[str]) → None[source]¶ helper for
get_bdf_stats(...)
-
pyNastran.bdf.bdf_interface.stats._get_added_message(group_msg: List[str], ncards_total) → str[source]¶
-
pyNastran.bdf.bdf_interface.stats._get_added_message_from_dict(groups_dict: Dict[str, int]) → str[source]¶
-
pyNastran.bdf.bdf_interface.stats._nsm_stats(model: BDF, msg: List[str]) → None[source]¶ helper for
get_bdf_stats(...)
-
pyNastran.bdf.bdf_interface.stats.get_bdf_stats(model: BDF, return_type: str = 'string', word: str = '') → Union[str, List[str]][source]¶ Print statistics for the BDF
- Parameters
- return_typestr (default=’string’)
- the output type (‘list’, ‘string’)
‘list’ : list of strings ‘string’ : single, joined string
- wordstr; default=’’
model flag
- Returns
- return_datastr, optional
the output data
Note
if a card is not supported and not added to the proper lists, this method will fail
Todo
RBE3s from OP2s can show up as ???s ..