:class:`Function` ================= .. py:class:: ansys.dyna.core.pre.dynabase.Function(Function=None) Defines a function that can be referenced by a limited number of keyword options. .. !! processed by numpydoc !! .. py:currentmodule:: Function Overview -------- .. tab-set:: .. tab-item:: Methods .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~set_tabulated` - * - :py:attr:`~create` - Create function. .. tab-item:: Attributes .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~function` - * - :py:attr:`~tabulated` - Import detail ------------- .. code-block:: python from ansys.dyna.core.pre.dynabase import Function Attribute detail ---------------- .. py:attribute:: function :value: None .. py:attribute:: tabulated :value: False Method detail ------------- .. py:method:: set_tabulated(heading='', function='', x=[], y=[]) .. py:method:: create(stub) Create function. .. !! processed by numpydoc !!