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

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

Represents the specification of an option card.

property name: str#

Get the name of the option.

property card_order: int#

Get the card order of the option.

property title_order: int#

Get the title order of the option.

__repr__() str#