Methods of type Winding¶
Below is a list of the available methods provided by the Winding type. Click on a method name to see its detailed description and examples.
| Method | Description |
|---|---|
| isPlanar() | Returns true if the winding type is planar. |
| isToroidal() | Returns true if the winding type is toroidal. |
| isSingleLayer() | Returns true if a single layer of winding is specified. |
| isDoubleLayer() | Returns true if a double layer of winding is specified. |
| isOrientationUpperLower() | Returns true if the orientation for a double layer is Upper/Lower. |
| isOrientationLeftRight() | Returns true if the orientation for a double layer is Left/Right. |
| isWindingModelLumped() | Returns true if the winding model is Lumped. |
| isWireSizeMethodAWG() | Returns true if AWG wire size method is used. |
| isWireSizeMethodSWG() | Returns true if SWG wire size method is used. |
| isWireSizeMethodFillFactor() | Returns true if FillFactor wire size method is used. |
| isWireSizeMethodWireDiameter() | Returns true if WireDiameter wire size method is used. |
| changeProperty() | Changes the value of a property. |