SolarRadiationPressureModelPluginSettings#

class ansys.stk.core.stkobjects.SolarRadiationPressureModelPluginSettings#

Plugin Light Reflection Model Settings.

Overview#

get_property

Get a property.

set_property

Set a property.

available_properties

Available properties.

Import detail#

from ansys.stk.core.stkobjects import SolarRadiationPressureModelPluginSettings

Property detail#

property SolarRadiationPressureModelPluginSettings.available_properties: list#

Available properties.

Method detail#

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

Get a property.

Parameters:

path : str

Returns:

Any

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

Set a property.

Parameters:

path : str

value : Any

Returns:

None