EngineConstantAcceleration#

class ansys.stk.core.stkobjects.astrogator.EngineConstantAcceleration#

Bases: IComponentInfo, ICloneable

Constant Acceleration engine model.

Overview#

enable_control_parameter

Enable the specified control parameter.

disable_control_parameter

Disables the specified control parameter.

is_control_parameter_enabled

Sees if the specified control is enabled.

g

Get or set the gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.

acceleration

Get or set the acceleration for this engine. Uses Acceleration Dimension.

isp

Get or set the specific impulse for this engine. Uses SpecificImpulse Dimension.

control_parameters_available

Return whether or not the control parameters can be set.

Import detail#

from ansys.stk.core.stkobjects.astrogator import EngineConstantAcceleration

Property detail#

property EngineConstantAcceleration.g: float#

Get or set the gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.

property EngineConstantAcceleration.acceleration: float#

Get or set the acceleration for this engine. Uses Acceleration Dimension.

property EngineConstantAcceleration.isp: float#

Get or set the specific impulse for this engine. Uses SpecificImpulse Dimension.

property EngineConstantAcceleration.control_parameters_available: bool#

Return whether or not the control parameters can be set.

Method detail#

EngineConstantAcceleration.enable_control_parameter(self, param: ControlEngineConstantAcceleration) None#

Enable the specified control parameter.

Parameters:

param : ControlEngineConstantAcceleration

Returns:

None

EngineConstantAcceleration.disable_control_parameter(self, param: ControlEngineConstantAcceleration) None#

Disables the specified control parameter.

Parameters:

param : ControlEngineConstantAcceleration

Returns:

None

EngineConstantAcceleration.is_control_parameter_enabled(self, param: ControlEngineConstantAcceleration) bool#

Sees if the specified control is enabled.

Parameters:

param : ControlEngineConstantAcceleration

Returns:

bool