Source code for pyleecan.Methods.Machine.CondType21.is_round_wire

[docs]def is_round_wire(self): """Return if wire is round Parameters ---------- self : CondType21 A CondType21 object Returns ------- is_round_wire: bool is_round_wire is always False since bar is rectangular """ return False