partial model OnePin ABB_CC_Testcase.Components.Basic.Pin T; end OnePin;
partial model TwoPin "Shell model for ObjectStab models with two electrical connectors " Pin T1; Pin T2; equation end TwoPin;
partial model OnePinCenter "Shell model for models with one connector in the center of the model" Pin T; end OnePinCenter;
connector Pin "Electrical connector for ObjectStab models" Real va; Real vb; flow Real ia; flow Real ib; end Pin;