OptionsInterface
#
- class ansys.dyna.core.lib.option_card.OptionsInterface#
Abstract base class for option card api interface.
Overview#
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 #