![]() | Overbraid |
The OverbraidDefinition type exposes the following members.
Name | Description | |
---|---|---|
![]() | Conductivity | Gets/Sets conductivity of the conductor (in Siemens/m) (Only applies when HasSkinDepthEffects = true). |
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | FillerDielectric | Gets/Sets filler/background dielectric of the shield. |
![]() | FillerDisplayColor | Gets/Sets filler/background display color of the shield. |
![]() | FillerThickness | Gets/Sets filler/background thickness of the shield. |
![]() | HasSkinDepthEffects | Gets/Sets if conductor has skin depth effects. |
![]() | IsTwisted | Gets/Sets if the contents of this item should be twisted. |
![]() | Jacket | Gets/Sets the conductor's dielectric jacket |
![]() | Pitch | Gets/Sets pitch of contents twist (twists/m). |
![]() | Radius | Gets/Sets inner radius of the conductor (in m) |
![]() | Shape | Gets/Sets shape of conductor (Circular, Ellipse, Polygon) |
![]() | SignalID | |
![]() | Thickness | Gets/Sets thickness of the conductor (only applies when HasSkinDepthEffects = true). |
![]() | Vertices | Gets/Sets vertices of polygonal conductor |
![]() | XRadius | Gets/Sets XRadius of elliptical conductor |
![]() | YRadius | Gets/Sets YRadius of elliptical conductor |
Name | Description | |
---|---|---|
![]() | Copy | Create a copy of the Conductor Definition |
![]() ![]() | Create | Create a new OverbraidDefinition in the document. |
![]() | Delete |
Deletes sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | GetAll | Retrieve all OverbraidDefinition objects in the document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetName |
Returns the name of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | GetSiblings |
Get all objects that share this object's type in the document.
(Overrides APISimObjectBaseTWrapperGetSiblings(Document)) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | SetName |
Sets the name of the object
(Inherited from APISimObjectBaseTWrapper) |
![]() | SetVisibility |
Sets the visibility status of the object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
import ema3d.Api.V25.Cabling.Definitions as Definitions # Create new Overbraid definition _odef = Definitions.OverbraidDefinition.Create() _odef.Resistance = 0.0025 _odef.Radius = 0.0046 _odef.Jacket.DisplayColor = System.Drawing.Color.Chartreuse