You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: