Source code for pyleecan.Methods.Machine.LamSquirrelCage.comp_number_phase_eq
# -*- coding: utf-8 -*-
[docs]def comp_number_phase_eq(self):
"""Compute the equivalent number of phase
Parameters
----------
self : LamSquirrelCage
A LamSquirrelCage object
Returns
-------
qb: float
Zs/p
"""
return self.slot.Zs / float(self.winding.p)