The ``plugins.py`` module ========================= .. py:module:: ansys.dpf.core.plugins Summary ------- .. py:currentmodule:: plugins .. tab-set:: .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~load_plugin_on_server` - Load a DPF Python plugin on the global or given DPF server. Description ----------- Python DPF plugins utilities. Contains the utilities specific to installing and using Python DPF plugins. Module detail ------------- .. py:function:: load_plugin_on_server(plugin, server=None, symbol='load_operators', generate_operators=False) Load a DPF Python plugin on the global or given DPF server. :param plugin: DPF Python plugin to load. :param server: DPF server to load the plugin onto. :param symbol: Name of the function recording the operators in the plugin. :param generate_operators: Whether to generate the Python code for the operators in the plugin.