PreferencesPythonPlugins ======================== .. py:class:: ansys.stk.core.stkobjects.PreferencesPythonPlugins Allow configuring Python plugin preferences. .. py:currentmodule:: PreferencesPythonPlugins Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.PreferencesPythonPlugins.access_constraint_paths` - Return a list of paths to Python access constraint plugin. * - :py:attr:`~ansys.stk.core.stkobjects.PreferencesPythonPlugins.ephemeris_file_reader_paths` - Return a list of paths to Python ephemeris file reader plugin. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import PreferencesPythonPlugins Property detail --------------- .. py:property:: access_constraint_paths :canonical: ansys.stk.core.stkobjects.PreferencesPythonPlugins.access_constraint_paths :type: PathCollection Return a list of paths to Python access constraint plugin. .. py:property:: ephemeris_file_reader_paths :canonical: ansys.stk.core.stkobjects.PreferencesPythonPlugins.ephemeris_file_reader_paths :type: PathCollection Return a list of paths to Python ephemeris file reader plugin.