| 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 |
ABB_CC_Testcase.Components.Basic.OnePin
partial model OnePin ABB_CC_Testcase.Components.Basic.Pin T; end OnePin;
ABB_CC_Testcase.Components.Basic.TwoPin
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;
ABB_CC_Testcase.Components.Basic.OnePinCenter
partial model OnePinCenter "Shell model for models with one connector in the center of the model" Pin T; end OnePinCenter;
ABB_CC_Testcase.Components.Basic.Pin
connector Pin "Electrical connector for ObjectStab models" Real va; Real vb; flow Real ia; flow Real ib; end Pin;