PortApi update
ankegowdaja opened this issue · 1 comments
ankegowdaja commented
Not able to create the numerical value variation point for PortApi.
i need to create 1)port defined argument value
2)Numerical value specification
3)numerical value variation point
cogu commented
-
PortAPI implementation needs a general overhaul. Right now, port argument values are not supported at all.
-
Numerical value specifications can be created using the autosar.constant.NumericalValue class
or, in case you are creating it from a data type reference you can take help from the autosar.builder.ValueBuilder class. -
Variant Handling in general is not supported by the Python autosar module which means creating VariationPoint is not possible.