VehicleHPOPSolarRadiationPressureModel#
- class ansys.stk.core.stkobjects.VehicleHPOPSolarRadiationPressureModel#
SRP Model Base CoClass.
Overview#
Change the active solar radiation pressure model type. |
|
Get a value indicating whether the specified type can be used. |
Return a type of the active solar radiation pressure model. |
|
Return an array of valid choices. |
|
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:
- 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: