pyleecan.GUI.Dialog.DMachineSetup.DAVDuct.PVentCirc.PVentCirc module¶
- class PVentCirc(lam=None, vent=None)[source]¶
Bases:
Gen_PVentCirc
,QWidget
Page to setup the Ventilation Circ
- saveNeeded¶
- hole_name = 'Circular'¶
- hole_type¶
alias of
VentilationCirc
- set_Zh()[source]¶
Signal to update the value of Zh according to the line edit
- Parameters:
self (PVentCirc) – A PVentCirc object
- set_H0()[source]¶
Signal to update the value of H0 according to the line edit
- Parameters:
self (PVentCirc) – A PVentCirc object
- set_D0()[source]¶
Signal to update the value of D0 according to the line edit
- Parameters:
self (PVentCirc) – A PVentCirc object
- check()[source]¶
Check that the current machine have all the needed field set
- Parameters:
self (PVentCirc) – A PVentCirc object
- Returns:
error – Error message (return None if no error)
- Return type:
str
- staticMetaObject = <PySide2.QtCore.QMetaObject object>¶