ansys.dyna.core.lib.field.Field#

class ansys.dyna.core.lib.field.Field(name: str, type: Field.__init__.type, offset: int, width: int, /, value: Any = None, **kwargs)#
__repr__() str#
property name: str#
property type: type#
property offset: int#
property width: int#
property value: Any#
io_info() Tuple[str, Type]#

Return the value and type used for io.

Classes#