ansys.dyna.core.lib.option_card.OptionSpec#

class ansys.dyna.core.lib.option_card.OptionSpec(name: str, card_order: str | int, title_order: int)#

Represents the specification of an option card.

property name: str#

Get the name of the option.

property position: ansys.dyna.core.lib.card_position.CardPosition#

Get the card position of the option.

property title_order: int#

Get the title order of the option.

__repr__() str#