pyleecan.GUI.Dialog.DMachineSetup.SWindCond.PCondType11.PCondType11 module

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

Bases: Gen_PCondType11, QWidget

Page to set the Conductor Type 11

saveNeeded
cond_type

alias of CondType11

cond_name = 'Form wound'
emit_save()[source]

Send a saveNeeded signal to the DMachineSetup

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

Signal to update the value of Nwppc_tan and rad according to the line edit

Parameters:

self (PCondType11) – A PCondType11 object

set_Nwppc_rad()[source]

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

Parameters:

self (PCondType11) – A PCondType11 object

set_Wwire()[source]

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

Parameters:

self (PCondType11) – A PCondType11 object

set_Hwire()[source]

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

Parameters:

self (PCondType11) – A PCondType11 object

set_Wins_coil()[source]

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

Parameters:

self (PCondType11) – A PCondType11 object

set_Wins_wire(Wins_wire=- 1)[source]

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

Parameters:

self (PCondType11) – A PCondType11 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>