Preferences =========== .. py:class:: ansys.stk.core.stkobjects.Preferences Allow configuring STK preferences. .. py:currentmodule:: Preferences Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.Preferences.vdf_preferences` - Configures STK VDF preferences. * - :py:attr:`~ansys.stk.core.stkobjects.Preferences.connect_preferences` - Configures STK connect preferences. * - :py:attr:`~ansys.stk.core.stkobjects.Preferences.python_plugins_preferences` - Configures STK Python plugin preferences. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import Preferences Property detail --------------- .. py:property:: vdf_preferences :canonical: ansys.stk.core.stkobjects.Preferences.vdf_preferences :type: PreferencesVDF Configures STK VDF preferences. .. py:property:: connect_preferences :canonical: ansys.stk.core.stkobjects.Preferences.connect_preferences :type: PreferencesConnect Configures STK connect preferences. .. py:property:: python_plugins_preferences :canonical: ansys.stk.core.stkobjects.Preferences.python_plugins_preferences :type: PreferencesPythonPlugins Configures STK Python plugin preferences.