![]() | Harness Class |
The Harness type exposes the following members.
Name | Description | |
---|---|---|
![]() | Approximate | Gets/Sets or not to use low frequency approximation. |
![]() | DefaultConnectorType | The default type of connector energy transfer to use at ends in a harness. |
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | FilamentNumber | Gets/Sets harness filament number. |
![]() | HarnessPad | Gets/Sets the padding to add to elements when packing a harness cross-section. |
![]() | Height | Gets/Sets offset from ground plane (1D/Standalone only) |
![]() | IsWeaklyCoupled | Gets/Sets if harness should be weakly coupled with main document. |
![]() | OuterLayerConnectivity | |
![]() | OverrideDefaultConnectorType | Whether to override the default connector type. |
![]() | PackingFactor | Gets/Sets harness packing factor. |
![]() | Segments | All curves that are a part of the routing for children of this harness. |
Name | Description | |
---|---|---|
![]() | 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 Harness objects in the document. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() ![]() | GetInstance | Gets the existing harness within a document or creates a new one if one does not exist. |
![]() | 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) |
from ema3d.Api.V25.Cabling import Harness as Harness # Get harness instance and configure some options _harn = Harness.GetInstance() _harn.Approximate = True _harn.PackingFactor = 0.75 _harn.FilamentNumber = 40