The ``ansys.speos.core`` library
================================
.. py:module:: ansys.speos.core
Summary
-------
.. py:currentmodule:: core
.. tab-set::
.. tab-item:: Subpackages
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.speos.core.kernel`
- PySpeos Kernel module gathers low-level interactions and internal operations of the project.
* - :py:obj:`~ansys.speos.core.workflow`
- PySpeos workflow gathers functionality to use Speos capabilities in advanced ways.
.. tab-item:: Submodules
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~ansys.speos.core.body`
- Provides a way to interact with feature: Body.
* - :py:obj:`~ansys.speos.core.face`
- Provides a way to interact with feature: Face.
* - :py:obj:`~ansys.speos.core.geo_ref`
- Provides interface to link Speos Objects to Geometries.
* - :py:obj:`~ansys.speos.core.intensity`
- Provides a way to interact with Speos feature: Intensity.
* - :py:obj:`~ansys.speos.core.launcher`
- Module to start Speos RPC Server.
* - :py:obj:`~ansys.speos.core.logger`
- Logging module.
* - :py:obj:`~ansys.speos.core.lxp`
- The lxp module contains classes and functions to simplify the interaction with ray data.
* - :py:obj:`~ansys.speos.core.opt_prop`
- Provides a way to interact with Speos feature: Optical Property.
* - :py:obj:`~ansys.speos.core.part`
- Provides a way to interact with feature: Part.
* - :py:obj:`~ansys.speos.core.project`
- Provides a way to gather Speos features.
* - :py:obj:`~ansys.speos.core.proto_message_utils`
- Module with method to process Protobuf messages.
* - :py:obj:`~ansys.speos.core.sensor`
- Provides a way to interact with Speos feature: Sensor.
* - :py:obj:`~ansys.speos.core.simulation`
- Provides a way to interact with Speos feature: Simulation.
* - :py:obj:`~ansys.speos.core.source`
- Provides a way to interact with Speos feature: Source.
* - :py:obj:`~ansys.speos.core.spectrum`
- Provides a way to interact with Speos feature: Spectrum.
* - :py:obj:`~ansys.speos.core.speos`
- Provides the ``Speos`` class.
.. tab-item:: Attributes
.. list-table::
:header-rows: 0
:widths: auto
* - :py:obj:`~__version__`
-
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
kernel
workflow
.. toctree::
:titlesonly:
:maxdepth: 1
:hidden:
body
face
geo_ref
intensity
launcher
logger
lxp
opt_prop
part
project
proto_message_utils
sensor
simulation
source
spectrum
speos
Description
-----------
PySpeos is a Python library based on Speos solver remote API.
It gathers functionaties and tools of these APIs.
..
!! processed by numpydoc !!
Module detail
-------------
.. py:data:: __version__