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

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