How to map the output from the motionview model to FMU block?
I am trying to integrate this AI model to the motorcycle with CVT model in twin activate.
I have created python block which contains the AI model since it is written in python. This accepts inputs that should come from the motorcycle model during simulation.

I have manually added all those inputs and outputs and connected them. I imported the .xml file of the motorcyle model in the FMU block.
However how can I map the values from the models to these outputs? Like how can this FMU block tell which are these outputs will come from?
Thanks.