ansys.dyna.core.lib.card_set#

Set of cards that act as one card.

It is a generic card, so it needs to be given a type as an argument. That type is used for each card, and behaves like a keyword.

Classes#

CardSet

Abstract base class for all the implementations of keyword cards.

Functions#

ensure_card_set_properties(→ None)

Help with handling card sets.

Module Contents#

ansys.dyna.core.lib.card_set.ensure_card_set_properties(kwd, for_setter: bool) None[source]#

Help with handling card sets.

For convenience the first card set can be manipulated by the keyword if it is currently empty. Getters, on the other hand, only work if a card set has been added.