:class:`SopLibrary` =================== .. py:class:: ansys.speos.core.opt_prop.BaseSop.SopLibrary(parent, stable_ctr=False) Library SOP parameters. .. !! processed by numpydoc !! .. py:currentmodule:: SopLibrary Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~file_uri` - Surface property file URI when SOP is a library entry. Import detail ------------- .. code-block:: python from ansys.speos.core.opt_prop.BaseSop import SopLibrary Property detail --------------- .. py:property:: file_uri :type: str Surface property file URI when SOP is a library entry. :Returns: :class:`python:str` File path or URI of the SOP file (e.g. ``*.scattering``, ``*.bsdf``). .. !! processed by numpydoc !!