pyleecan.GUI.Dialog.DMachineSetup.DBore.PBoreSinePole.PBoreSinePole module¶
- translate(context: bytes, key: bytes, disambiguation: Union[bytes, NoneType] = None, n: int = - 1) str ¶
- class PBoreSinePole(lamination=None)[source]¶
Bases:
Gen_PBoreSinePole
,QWidget
Page to set the BoreSinePole
- saveNeeded¶
- bore_name = 'Bore Sine Pole'¶
- bore_type¶
alias of
BoreSinePole
- set_N()[source]¶
Signal to update the value of N according to the line edit
- Parameters:
self (PBoreFlower) – A PBoreFlower object
- set_W0()[source]¶
Signal to update the value of W0 according to the line edit
- Parameters:
self (PBoreSinePole) – A PBoreSinePole object
- set_k()[source]¶
Signal to update the value of k according to the line edit
- Parameters:
self (PBoreSinePole) – A PBoreSinePole object
- set_delta_d()[source]¶
Signal to update the value of delta_d according to the line edit
- Parameters:
self (PBoreSinePole) – A PBoreSinePole object
- set_delta_q()[source]¶
Signal to update the value of delta_q according to the line edit
- Parameters:
self (PBoreSinePole) – A PBoreSinePole object
- static check(lam)[source]¶
Check that the current lamination have all the needed field set
- Parameters:
lam (LamboreWind) – Lamination to check
- Returns:
error – Error message (return None if no error)
- Return type:
str
- staticMetaObject = <PySide2.QtCore.QMetaObject object>¶