Hi,
I have a generic table which has rows for each block I created (SysML). Now I want to display the members of each block in a new column. The blocks inherit from each other like it is shown in the attached screenshot. One of the blocks redefines the type of the inherited port from "undefined" type to "x86" type.
My problem is, that the generic table column is displaying now both types: the OLD type (undefined) and the REDEFINED type (x86) for Block B and C. But I only want to display the REDEFINED type for Block B and C, because the idea behind this is, that the redefine has overwriten the old type. Is there a way to accomplish this?
I attached an example project and picture for a better understanding.
Best regards,
Alex