ansys.dyna.core.lib.card_interface.ReadResult#

class ansys.dyna.core.lib.card_interface.ReadResult#

Result of reading a card from a buffer.

Attributes:
warningslist of str

Warning messages generated during card parsing.

reached_endbool

Whether reading reached the end of the keyword (for unbounded reads).

warnings: List[str] = []#
reached_end: bool = False#