Function#

class ansys.dyna.core.pre.dynabase.Function(Function=None)#

Defines a function that can be referenced by a limited number of keyword options.

Overview#

set_tabulated

create

Create function.

Import detail#

from ansys.dyna.core.pre.dynabase import Function

Attribute detail#

Function.function = None#
Function.tabulated = False#

Method detail#

Function.set_tabulated(heading='', function='', x=[], y=[])#
Function.create(stub)#

Create function.