VehicleHPOPSolarRadiationPressureModel#

class ansys.stk.core.stkobjects.VehicleHPOPSolarRadiationPressureModel#

SRP Model Base CoClass.

Overview#

set_model_type

Change the active solar radiation pressure model type.

is_model_type_supported

Get a value indicating whether the specified type can be used.

model_type

Return a type of the active solar radiation pressure model.

model_supported_types

Return an array of valid choices.

model

Return the active solar radiation pressure model.

Import detail#

from ansys.stk.core.stkobjects import VehicleHPOPSolarRadiationPressureModel

Property detail#

property VehicleHPOPSolarRadiationPressureModel.model_type: SolarRadiationPressureModelType#

Return a type of the active solar radiation pressure model.

property VehicleHPOPSolarRadiationPressureModel.model_supported_types: list#

Return an array of valid choices.

property VehicleHPOPSolarRadiationPressureModel.model: ISRPModelBase#

Return the active solar radiation pressure model.

Method detail#

VehicleHPOPSolarRadiationPressureModel.set_model_type(self, srp_model: SolarRadiationPressureModelType) None#

Change the active solar radiation pressure model type.

Parameters:

srp_model : SolarRadiationPressureModelType

Returns:

None

VehicleHPOPSolarRadiationPressureModel.is_model_type_supported(self, srp_model: SolarRadiationPressureModelType) bool#

Get a value indicating whether the specified type can be used.

Parameters:

srp_model : SolarRadiationPressureModelType

Returns:

bool