.. role:: ts-api-decorator

##############
SimulationInfo
##############

.. js:module:: cee.cug
   :noindex:

.. container:: ts-api-section

   .. js:class:: SimulationInfo

      Simulation info

      Information about the source simulation that produced this Constant Remote Model



.. container:: api-index-section

   .. rubric:: Accessors

   .. rst-class:: api-index-list-item api-kind-accessor api-parent-kind-class

   * :js:attr:`~cee.cug.SimulationInfo.caseDescription`
   * :js:attr:`~cee.cug.SimulationInfo.caseName`
   * :js:attr:`~cee.cug.SimulationInfo.description`
   * :js:attr:`~cee.cug.SimulationInfo.interfaceName`
   * :js:attr:`~cee.cug.SimulationInfo.simulationType`
   * :js:attr:`~cee.cug.SimulationInfo.solutionType`
   * :js:attr:`~cee.cug.SimulationInfo.title`





------------

Accessors
=========

.. container:: ts-api-section

   .. js:function:: SimulationInfo.caseDescription()



      The description of the VTFx case shown in the model (if applicable)


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.caseName()



      The name of the VTFx case shown in the model (if applicable)


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.description()



      The description of the simulation shown in the model


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.interfaceName()



      The name of the interface/data provider of this simulation (if applicable)


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.simulationType()



      The simulation type of the source model.

      Possible values:
      Structural, Thermal, Electric, Magnetic, Fluid, Acoustic, Diffusion, Other


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.solutionType()



      The solution type of the source model.

      Possible values:
      Static, Steady State, Vibration, Buckling, Transient, Superelement, Frequency response, 
      Complex eigenvalues, Quasi Static, Output, Singular, Other


      :rtype: string



.. container:: ts-api-section

   .. js:function:: SimulationInfo.title()



      The title of the simulation shown in the model


      :rtype: string



