ansys.dyna.core.lib.option_card.OptionsInterface#

class ansys.dyna.core.lib.option_card.OptionsInterface#

Abstract base class for option card api interface.

abstractmethod get_option_spec(name: str) OptionSpec#

Get the option specification for the given name.

abstractmethod deactivate_option(name: str) None#

Deactivate the option with the given name.

abstractmethod activate_option(name: str) None#

Activate the option with the given name.

abstractmethod is_option_active(name: str) bool#

Indicates whether the option is active.

property option_specs: Iterable[OptionSpec]#
Abstractmethod:

Get the card format type.