pyleecan.Methods.Machine.MachineSCIM.check module¶
- check(self)[source]¶
Check that the Machine object is correct
- Parameters:
self (MachineSCIM) – A MachineSCIM object
- Return type:
None
- Raises:
M1C_WrongRotor – The Rotor of a MachineSCIM must be a LamSquirrelCage
M1C_WrongStator – The Stator of a MachineSCIM must be a LamSlotWind
M1C_SquirrelCagePError – The stator and the rotor winding must have the same value for p
M1C_RingTooLarge – The Ring is larger than the stator internal radius
- exception M1C_WrongRotor[source]¶
Bases:
MachineCheckError
- exception M1C_WrongStator[source]¶
Bases:
MachineCheckError
- Raises:
with – Winding
- exception M1C_SquirrelCagePError[source]¶
Bases:
MachineCheckError
- Raises:
winding – have a different p value as the rotor one
- exception M1C_RingTooLarge[source]¶
Bases:
MachineCheckError