pyleecan.Methods.Machine.MachineSRM.check module¶
- check(self)[source]¶
Check that the Machine object is correct
- Parameters:
self (MachineSRM) – The machine object to check
- Return type:
None
- Raises:
SRM_WrongRotor – The Rotor of a MachineSRM must be a LamSlot
SRM_WrongStator – The Stator of a MachineSRM must be a LamSlotWind
- exception SRM_WrongRotor[source]¶
Bases:
MachineCheckError
- exception SRM_WrongStator[source]¶
Bases:
MachineCheckError