![]() | Thin |
The ThinWire type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisplayName |
Gets/Sets the display name of the underlying sim object.
(Inherited from APISimObjectBaseTWrapper) |
![]() | Inductance | Gets/Sets the inductance of the thin wire definition |
![]() | Radius | Gets/Sets the radius of the thin wire definition. |
![]() | Resistance | Gets/Sets the resistance of the thin wire definition |
![]() | Routing | Gets the routing associated with this object. |
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 ThinWire 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) |
Thin wires possess many of the same properties as MHARNESS conductors, but cannot have child elements, do not follow standard MHARNESS deconfliction practices, and cannot have MHARNESS probes/sources attached to them.
Due to the above, thin wires do not implement IAPICable.
from ema3d.Api.V25.Cabling import ThinWire as ThinWire # Get a thin wire, modify properties _thinwire = ThinWire.GetAll()[0] _thinwire.Radius = 0.0025 _thinwire.Resistance = 0.0135