Field#

class ansys.dyna.core.lib.field.Field(name: str, type: Field.__init__.type, offset: int, width: int, /, value: Any = None, **kwargs)#

Overview#

io_info

Return the value and type used for io.

Import detail#

from ansys.dyna.core.lib.field import Field

Property detail#

property Field.name: str#
property Field.type: type#
property Field.offset: int#
property Field.width: int#
property Field.value: Any#

Method detail#

Field.__repr__() str#
Field.io_info() Tuple[str, Type]#

Return the value and type used for io.

Classes#