pyleecan.GUI.Dialog.DMachineSetup.SWindCond.PCondType12.PCondType12 module

class PCondType12(lamination=None, material_dict=None)[source]

Bases: Gen_PCondType12, QWidget

Page to set the Conductor Type 12

saveNeeded
cond_type

alias of CondType12

cond_name = 'Stranded'
emit_save()[source]

Send a saveNeeded signal to the DMachineSetup

update_ins_layout()[source]
set_Nwppc()[source]

Signal to update the value of Nwppc according to the line edit

Parameters:

self (PCondType12) – A PCondType12 object

set_Wwire()[source]

Signal to update the value of Wwire according to the line edit

Parameters:

self (PCondType12) – A PCondType12 object

set_Wins_wire(Wins_wire=- 1)[source]

Signal to update the value of Wins_wire according to the line edit

Parameters:

self (PCondType12) – A PCondType12 object

set_Wins_cond(Wins_cond=- 1)[source]

Signal to update the value of Wins_cond according to the line edit

Parameters:

self (PCondType12) – A PCondType12 object

set_Lewout()[source]

Signal to update the value of Lewout according to the line edit

Parameters:

self (PCondType11) – A PCondType11 object

static check(lam)[source]

Check that the current lamination have all the needed field set

Parameters:

lam (LamSlotWind) – Lamination to check

Returns:

error – Error message (return None if no error)

Return type:

str

staticMetaObject = <PySide2.QtCore.QMetaObject object>