Airgap Type Description¶
The built-in Airgap
type is a composite part of the motor and describes the properties of the motor's air gap.
Airgap
Constants¶
Constant | Description | Value |
---|---|---|
Airgap.Empty |
Empty air gap | 0 |
Airgap.ID1 |
ID of air gap 1 | 1 |
Airgap.ID2 |
ID of air gap 2 | 2 |
Airgap.ID3 |
ID of air gap 3 | 3 |
Airgap.ID4 |
ID of air gap 4 | 4 |
Properties of type Airgap
¶
Below is a list of the available properties provided by the Airgap
type. Click on a property name to see its detailed description and examples.
Property | Description |
---|---|
id | Air gap identifier. |
thickness | Air gap thickness. |
numberLayers | Number of air gap layers for calculating mesh. |
posBottom | Position of the bottom side of the air gap. |
posTop | Position of the top side of the air gap. |
posMiddle | Position of the middle side of the air gap. |
Methods of type Airgap
¶
Below is a list of the available methods provided by the Airgap
type. Click on a method name to see its detailed description and examples.
Method | Description |
---|---|
changeProperty() | Changes the property value. |
See Also