:class:`LiteralRational` ======================== .. py:class:: ansys.sam.sysml2.meta_model.literal_rational.LiteralRational(id: str) Bases: :py:obj:`ansys.sam.sysml2.meta_model.literal_expression.LiteralExpression` Java class 'com.ansys.medini.metamodel.sysml.LiteralRational'. .. !! processed by numpydoc !! .. py:currentmodule:: LiteralRational Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~value` - Get the value property. Import detail ------------- .. code-block:: python from ansys.sam.sysml2.meta_model.literal_rational import LiteralRational Property detail --------------- .. py:property:: value :type: float Get the value property. :Returns: :class:`python:float` Value of property value. .. !! processed by numpydoc !!