The table_card.py module#

Summary#

TableCard

Abstract base class for all the implementations of keyword cards.

try_initialize_table

card is a TableCard or a TableCardGroup

get_first_row

Get the first row data from the kwargs.

Module detail#

table_card.try_initialize_table(card, name: str, **kwargs)#

card is a TableCard or a TableCardGroup

table_card.get_first_row(fields: List[ansys.dyna.core.lib.card.Field], **kwargs) Dict[str, Any]#

Get the first row data from the kwargs.

table_card.CHECK_TYPE = True#