OptionsInterface#

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

Abstract base class for option card api interface.

Overview#

option_specs

Get the card format type.

Import detail#

from ansys.dyna.core.lib.option_card import OptionsInterface

Property detail#

property OptionsInterface.option_specs: Iterable[OptionSpec]#
Abstractmethod:

Get the card format type.

Method detail#

abstractmethod OptionsInterface.get_option_spec(name: str) OptionSpec#
abstractmethod OptionsInterface.deactivate_option(name: str) None#
abstractmethod OptionsInterface.activate_option(name: str) None#
abstractmethod OptionsInterface.is_option_active(name: str) bool#