ansys.dyna.core.lib.text_card.TextCard#
- class ansys.dyna.core.lib.text_card.TextCard(name: str, content: str = None, format=format_type.default)#
Bases:
ansys.dyna.core.lib.card_interface.CardInterfaceAbstract base class for all the implementations of keyword cards.
- property format: ansys.dyna.core.lib.format_type.format_type#
Format type of the text card.
- read(buf: TextIO, parameter_set: ansys.dyna.core.lib.parameters.ParameterSet = None) None#
Read the text card content from a buffer.