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

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