Source code for pyleecan.GUI.Dialog.DMachineSetup.SMSlot.PMSlot15.Gen_PMSlot15
# -*- coding: utf-8 -*-
"""File generated according to PMSlot15/gen_list.json
WARNING! All changes made in this file will be lost!
"""
from pyleecan.GUI.Dialog.DMachineSetup.SMSlot.PMSlot15.Ui_PMSlot15 import Ui_PMSlot15
[docs]class Gen_PMSlot15(Ui_PMSlot15):
[docs] def setupUi(self, PMSlot15):
"""Abstract class to update the widget according to the csv doc"""
Ui_PMSlot15.setupUi(self, PMSlot15)
# Setup of in_W0
txt = self.tr(u"""Slot isthmus angular width.""")
self.in_W0.setWhatsThis(txt)
self.in_W0.setToolTip(txt)
# Setup of lf_W0
self.lf_W0.validator().setBottom(0)
txt = self.tr(u"""Slot isthmus angular width.""")
self.lf_W0.setWhatsThis(txt)
self.lf_W0.setToolTip(txt)
# Setup of in_Wmag
txt = self.tr(u"""Magnet width""")
self.in_Wmag.setWhatsThis(txt)
self.in_Wmag.setToolTip(txt)
# Setup of lf_Wmag
self.lf_Wmag.validator().setBottom(0)
txt = self.tr(u"""Magnet width""")
self.lf_Wmag.setWhatsThis(txt)
self.lf_Wmag.setToolTip(txt)
# Setup of in_H0
txt = self.tr(u"""Slot isthmus height.""")
self.in_H0.setWhatsThis(txt)
self.in_H0.setToolTip(txt)
# Setup of lf_H0
self.lf_H0.validator().setBottom(0)
txt = self.tr(u"""Slot isthmus height.""")
self.lf_H0.setWhatsThis(txt)
self.lf_H0.setToolTip(txt)
# Setup of in_Hmag
txt = self.tr(u"""Magnet Height""")
self.in_Hmag.setWhatsThis(txt)
self.in_Hmag.setToolTip(txt)
# Setup of lf_Hmag
self.lf_Hmag.validator().setBottom(0)
txt = self.tr(u"""Magnet Height""")
self.lf_Hmag.setWhatsThis(txt)
self.lf_Hmag.setToolTip(txt)