ansys.dyna.core.lib.option_card.Options#

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

Option collection associated with an options API.

__getitem__(name: str) OptionAPI#

Gets the option with the given name.

__repr__() str#
property api: OptionsInterface#