Name | Description |
---|---|
Pin | Electrical connector for ObjectStab models |
OnePin | |
OnePinCenter | Shell model for models with one connector in the center of the model |
TwoPin | Shell model for ObjectStab models with two electrical connectors |
partial model OnePin ABB_CC_Testcase.Components.Basic.Pin T; end OnePin;
partial model TwoPin "Shell model for ObjectStab models with two electrical connectors " ABB_CC_Testcase.Components.Basic.Pin T1; ABB_CC_Testcase.Components.Basic.Pin T2; 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;