VehiclePluginSettings ===================== .. py:class:: ansys.stk.core.stkobjects.VehiclePluginSettings Class defining force model plugin settings for HPOP. .. py:currentmodule:: VehiclePluginSettings Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePluginSettings.get_property` - Get a property. * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePluginSettings.set_property` - Set a property. .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.VehiclePluginSettings.available_properties` - Available properties. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import VehiclePluginSettings Property detail --------------- .. py:property:: available_properties :canonical: ansys.stk.core.stkobjects.VehiclePluginSettings.available_properties :type: list Available properties. Method detail ------------- .. py:method:: get_property(self, path: str) -> typing.Any :canonical: ansys.stk.core.stkobjects.VehiclePluginSettings.get_property Get a property. :Parameters: **path** : :obj:`~str` :Returns: :obj:`~typing.Any` .. py:method:: set_property(self, path: str, value: typing.Any) -> None :canonical: ansys.stk.core.stkobjects.VehiclePluginSettings.set_property Set a property. :Parameters: **path** : :obj:`~str` **value** : :obj:`~typing.Any` :Returns: :obj:`~None`