Hi,
I’m trying to understand where in the SysIDE element can I find the reference path? Is it stored at all?
Say I have this model:
package A {
part def Electrical {
attribute Power;
}
part Motor : Electrical {
redefines Power = 500;
part Coil {
attribute Material = "Copper";
attribute Resistance = 100;
}
part Rotor {
attribute Type = "Wound";
}
}
}
I want to get the path of, e.g., A::Motor::Coil::Material