ansys.dyna.core.lib.deck_loader.DeckLoaderResult# class ansys.dyna.core.lib.deck_loader.DeckLoaderResult# A class containing the result of an attempted deck load. add_unprocessed_keyword(name: str) → None# Add a keyword that was not processed during the deck load. add_warning(message: str) → None# Add a warning message (e.g. from parameter processing errors). property warnings: List[str]# Warnings collected during the load (parameter errors, etc.). get_summary() → str# Get a summary of unprocessed keywords.