Options#

class ansys.dyna.core.lib.option_card.Options(api: OptionsInterface)#

Option collection associated with an options API.

Overview#

api

__getitem__

Gets the option with the given name.

__repr__

Import detail#

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

Property detail#

property Options.api: OptionsInterface#

Method detail#

Options.__getitem__(name: str) OptionAPI#

Gets the option with the given name.

Options.__repr__() str#