CommRadPluginConfiguration#

class ansys.stk.core.stkobjects.CommRadPluginConfiguration#

Class defining plugin configuration.

Overview#

get_property

Get a property.

set_property

Set a property.

available_properties

Available properties.

Import detail#

from ansys.stk.core.stkobjects import CommRadPluginConfiguration

Property detail#

property CommRadPluginConfiguration.available_properties: list#

Available properties.

Method detail#

CommRadPluginConfiguration.get_property(self, path: str) Any#

Get a property.

Parameters:

path : str

Returns:

Any

CommRadPluginConfiguration.set_property(self, path: str, value: Any) None#

Set a property.

Parameters:

path : str

value : Any

Returns:

None