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 trueif the winding type is planar. | 
| isToroidal() | Returns trueif the winding type is toroidal. | 
| isSingleLayer() | Returns trueif a single layer of winding is specified. | 
| isDoubleLayer() | Returns trueif a double layer of winding is specified. | 
| isOrientationUpperLower() | Returns trueif the orientation for a double layer is Upper/Lower. | 
| isOrientationLeftRight() | Returns trueif the orientation for a double layer is Left/Right. | 
| isWindingModelLumped() | Returns trueif the winding model is Lumped. | 
| isWireSizeMethodAWG() | Returns trueif AWG wire size method is used. | 
| isWireSizeMethodSWG() | Returns trueif SWG wire size method is used. | 
| isWireSizeMethodFillFactor() | Returns trueif FillFactor wire size method is used. | 
| isWireSizeMethodWireDiameter() | Returns trueif WireDiameter wire size method is used. | 
| changeProperty() | Changes the value of a property. |