WindingCoil class is used to specify the coil settings in winding setting.
The class can be created from WindingDefinition class.
.
More...
Public Member Functions | |
| double | ActualResistance () |
| Returns the actual coil resistance. More... | |
| double | ActualSlotFillFactor () |
| Returns the actual slot fill factor. More... | |
| double | ActualTurn () |
| Returns the actual number of turns in the coil of this winding. More... | |
| double | ActualWireDiameter () |
| Returns the actual diameter of the wire. Used for round wire types. More... | |
| double | ActualWireHeight () |
| Returns the actual height of the wire. Used for rectangle wire types. More... | |
| double | ActualWireWidth () |
| Returns the actual width of the wire. Used for rectangle wire types. More... | |
| double | CorrectionFactor () |
| Returns the correction factor use for the resistance calculation. More... | |
| double | FilmThickness () |
| Returns the thickness of the insulating film around a wire. More... | |
| String | GetName () |
| Returns the name of the coil. More... | |
| int | GetPhaseIndex () |
| Returns the phase index of the coil. More... | |
| int | GetSerialGroupIndex () |
| Returns the serial group index of the coil. More... | |
| Variant | GetTable () |
| Returns the table of the coil. More... | |
| String | InputType () |
| Obtains the method used to specify the coil resistance. More... | |
| double | InsulationThickness () |
| Returns the thickness of the insulation layer lining the slot. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
| double | LeakageInductance () |
| Returns the leakage inductance of the coil. More... | |
| double | MaxSlotFillFactor () |
| Returns the value of the maximum slot fill factor. More... | |
| double | Resistance () |
| Returns the coil resistance. More... | |
| void | SetCorrectionFactor (Variant &value) |
| Specifies the correction factor use for the resistance calculation. More... | |
| void | SetFilmThickness (Variant &value) |
| Specifies the thickness of the insulating film around a wire. More... | |
| void | SetInputType (Variant &type) |
| Specifies the method used to specify there resistance of the coil setting. More... | |
| void | SetInsulationThickness (Variant &value) |
| Specifies the thickness of the insulation layer lining the slot. More... | |
| void | SetLeakageInductance (Variant &value) |
| Specifies the leakage inductance of the coil. More... | |
| void | SetMaxFillFactor (Variant &value) |
| Specifies the value of the maximum slot fill factor. More... | |
| void | SetName (String &name) |
| Specifies the name of this coil. More... | |
| void | SetPhaseIndex (int index) |
| Specifies the phase index of this coil. More... | |
| void | SetResistance (Variant &value) |
| Specifies the coil resistance. More... | |
| void | SetSerialGroupIndex (int index) |
| Specifies the phase index of this coil. More... | |
| void | SetSlotFillFactor (Variant &value) |
| Specifies the slot fill factor. More... | |
| void | SetStrands (Variant &value) |
| Specifies the number of strands in a single turn. More... | |
| void | SetTable (String array &matrix) |
| Specifies the table of this coil. More... | |
| void | SetTurns (Variant &value) |
| Specifies the number of turns in the coil setting. More... | |
| void | SetWireDiameter (Variant &value) |
| Specifies the diameter of the wire. Used for round wire types. More... | |
| void | SetWireHeight (Variant &value) |
| Specifies the height of the wire. Used for rectangle wire types. More... | |
| void | SetWireType (Variant &type) |
| Specifies the type of wire used, either "Rectangle" or "Round". More... | |
| void | SetWireWidth (Variant &value) |
| Specifies the width of the wire. Used for rectangle wire types. More... | |
| double | SlotFillFactor () |
| Returns the slot fill factor. More... | |
| int | Strands () |
| Returns the number of strands in a single turn. More... | |
| double | Turn () |
| Returns the number of turns in the coil setting. More... | |
| double | WireDiameter () |
| Returns the diameter of the wire. Used for round wire types. More... | |
| double | WireHeight () |
| Returns the height of the wire. Used for rectangle wire types. More... | |
| String | WireType () |
| Returns the type of wire used, either "Rectangle" or "Round". More... | |
| double | WireWidth () |
| Returns the width of the wire. Used for rectangle wire types. More... | |
WindingCoil class is used to specify the coil settings in winding setting.
The class can be created from WindingDefinition class.
.
Example of calling the class object:
| double WindingCoil::ActualResistance | ( | ) |
Returns the actual coil resistance.
| double WindingCoil::ActualSlotFillFactor | ( | ) |
Returns the actual slot fill factor.
| double WindingCoil::ActualTurn | ( | ) |
Returns the actual number of turns in the coil of this winding.
| double WindingCoil::ActualWireDiameter | ( | ) |
Returns the actual diameter of the wire. Used for round wire types.
| double WindingCoil::ActualWireHeight | ( | ) |
Returns the actual height of the wire. Used for rectangle wire types.
| double WindingCoil::ActualWireWidth | ( | ) |
Returns the actual width of the wire. Used for rectangle wire types.
| double WindingCoil::CorrectionFactor | ( | ) |
Returns the correction factor use for the resistance calculation.
| double WindingCoil::FilmThickness | ( | ) |
Returns the thickness of the insulating film around a wire.
| String WindingCoil::GetName | ( | ) |
Returns the name of the coil.
| int WindingCoil::GetPhaseIndex | ( | ) |
Returns the phase index of the coil.
| int WindingCoil::GetSerialGroupIndex | ( | ) |
Returns the serial group index of the coil.
| Variant WindingCoil::GetTable | ( | ) |
Returns the table of the coil.
| String WindingCoil::InputType | ( | ) |
Obtains the method used to specify the coil resistance.
| double WindingCoil::InsulationThickness | ( | ) |
Returns the thickness of the insulation layer lining the slot.
| bool WindingCoil::IsValid | ( | ) |
Returns True if an object is valid.
| double WindingCoil::LeakageInductance | ( | ) |
Returns the leakage inductance of the coil.
| double WindingCoil::MaxSlotFillFactor | ( | ) |
Returns the value of the maximum slot fill factor.
| double WindingCoil::Resistance | ( | ) |
Returns the coil resistance.
| void WindingCoil::SetCorrectionFactor | ( | Variant & | value | ) |
Specifies the correction factor use for the resistance calculation.
| value | Correcton factor |
| void WindingCoil::SetFilmThickness | ( | Variant & | value | ) |
Specifies the thickness of the insulating film around a wire.
| value | Film thickness |
| void WindingCoil::SetInputType | ( | Variant & | type | ) |
Specifies the method used to specify there resistance of the coil setting.
| type | Method type |
| void WindingCoil::SetInsulationThickness | ( | Variant & | value | ) |
Specifies the thickness of the insulation layer lining the slot.
| value | Insulation thickness |
| void WindingCoil::SetLeakageInductance | ( | Variant & | value | ) |
Specifies the leakage inductance of the coil.
| value | Leakage inductance |
| void WindingCoil::SetMaxFillFactor | ( | Variant & | value | ) |
Specifies the value of the maximum slot fill factor.
| value | Miximum slot fill factor |
| void WindingCoil::SetName | ( | String & | name | ) |
Specifies the name of this coil.
| name | Name of the coil |
| void WindingCoil::SetPhaseIndex | ( | int | index | ) |
Specifies the phase index of this coil.
| index | Index of the coil phase |
| void WindingCoil::SetResistance | ( | Variant & | value | ) |
Specifies the coil resistance.
| value | Resistance value |
| void WindingCoil::SetSerialGroupIndex | ( | int | index | ) |
Specifies the phase index of this coil.
| index | Index of the serial group |
| void WindingCoil::SetSlotFillFactor | ( | Variant & | value | ) |
Specifies the slot fill factor.
| value | Slot fill factor |
| void WindingCoil::SetStrands | ( | Variant & | value | ) |
Specifies the number of strands in a single turn.
| value | Number of strands |
| void WindingCoil::SetTable | ( | String array & | matrix | ) |
Specifies the table of this coil.
| matrix | Table matrix |
| void WindingCoil::SetTurns | ( | Variant & | value | ) |
Specifies the number of turns in the coil setting.
| value | Number of turns |
| void WindingCoil::SetWireDiameter | ( | Variant & | value | ) |
Specifies the diameter of the wire. Used for round wire types.
| value | Wire diameter |
| void WindingCoil::SetWireHeight | ( | Variant & | value | ) |
Specifies the height of the wire. Used for rectangle wire types.
| value | Wire height |
| void WindingCoil::SetWireType | ( | Variant & | type | ) |
Specifies the type of wire used, either "Rectangle" or "Round".
| type | A string giving the wire type |
| void WindingCoil::SetWireWidth | ( | Variant & | value | ) |
Specifies the width of the wire. Used for rectangle wire types.
| value | Wire width |
| double WindingCoil::SlotFillFactor | ( | ) |
Returns the slot fill factor.
| int WindingCoil::Strands | ( | ) |
Returns the number of strands in a single turn.
| double WindingCoil::Turn | ( | ) |
Returns the number of turns in the coil setting.
| double WindingCoil::WireDiameter | ( | ) |
Returns the diameter of the wire. Used for round wire types.
| double WindingCoil::WireHeight | ( | ) |
Returns the height of the wire. Used for rectangle wire types.
| String WindingCoil::WireType | ( | ) |
Returns the type of wire used, either "Rectangle" or "Round".
| double WindingCoil::WireWidth | ( | ) |
Returns the width of the wire. Used for rectangle wire types.