VehiclePluginPropagator#

class ansys.stk.core.stkobjects.VehiclePluginPropagator#

Class defining a propagator plugin for HPOP for customization of the accelerations used in the propagation of the satellite trajectory.

Overview#

get_raw_plugin_object

Get a raw pointer to the instance of the plugin.

apply_plugin_changes

Apply the changes made to the plugin’s configuration.

use_plugin

Opt whether to use a plugin.

plugin_name

Get or set the complete name of the plugin.

plugin_settings

Get the parameters of the selected plugin.

available_plugins

Get the list of all the available plugins.

Import detail#

from ansys.stk.core.stkobjects import VehiclePluginPropagator

Property detail#

property VehiclePluginPropagator.use_plugin: bool#

Opt whether to use a plugin.

property VehiclePluginPropagator.plugin_name: str#

Get or set the complete name of the plugin.

property VehiclePluginPropagator.plugin_settings: VehiclePluginSettings#

Get the parameters of the selected plugin.

property VehiclePluginPropagator.available_plugins: list#

Get the list of all the available plugins.

Method detail#

VehiclePluginPropagator.get_raw_plugin_object(self) Any#

Get a raw pointer to the instance of the plugin.

Returns:

Any

VehiclePluginPropagator.apply_plugin_changes(self) None#

Apply the changes made to the plugin’s configuration.

Returns:

None