Source code for pyleecan.GUI.Dialog.DMachineSetup.SMSlot.PMSlot14.Gen_PMSlot14
# -*- coding: utf-8 -*-
"""File generated according to PMSlot14/gen_list.json
WARNING! All changes made in this file will be lost!
"""
from pyleecan.GUI.Dialog.DMachineSetup.SMSlot.PMSlot14.Ui_PMSlot14 import Ui_PMSlot14
[docs]class Gen_PMSlot14(Ui_PMSlot14):
[docs] def setupUi(self, PMSlot14):
"""Abstract class to update the widget according to the csv doc"""
Ui_PMSlot14.setupUi(self, PMSlot14)
# 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 angular 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 angular 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)