Hello everyone,
I am working with Python4Capella to extract data from a model into Excel.
My current script successfully builds a traceability matrix for the Physical Level, and now I would like to extend it.
My goal is to:
For each Physical Function, I want to retrieve the Logical Functions that realize it
For each Node PC, I want to retrieve the Logical Components that realize it
I tried using get_realizing_logical_functions() and get_allocated_functions() but are not working.
What is the correct approach to retrieve the Logical Functions/Component that realize (or are allocated to) a given Physical Element?
Any working example or code snippet would be very helpful.
Thanks a lot in advance!