ApplicationDataType¶
| XML tag | |
| Module | autosar.datatype |
| Inherits | autosar.element.Element |
Base class for AUTOSAR application data types.
Attributes¶
For inherited attributes see autosar.element.Element.
| Name | Type | Description |
|---|---|---|
| variantProps | list | list of type properties |
Properties¶
Properties¶
| Name | Type | Access | Description |
|---|---|---|---|
| compuMethodRef | str | Get | Returns compu-method reference from first item in variantProps list |
| dataConstraintRef | str | Get | Returns data constraint reference from first item in variantProps list |
| unitRef | str | Get | Returns unit reference from first item in variantProps list |