Viving Frendiana - Penyelesaian Sistem Transmisi dengan Pemr

14 elif self.ui.satuan_l.currentText() == "µH / m": l = l*10**-6 elif self.ui.satuan_l.currentText() == "nH / m": l = l*10**-9 elif self.ui.satuan_l.currentText() == "pH / m": l = l*10**-12 #mengganti nilai satuan pada G' if self.ui.satuan_g.currentText() == "GS / m": g = g*10**9 elif self.ui.satuan_g.currentText() == "MS / m": g = g*10**6 elif self.ui.satuan_g.currentText() == "kS / m": g = g*10**3 elif self.ui.satuan_g.currentText() == "S / m": g elif self.ui.satuan_g.currentText() == "mS / m": g = g*10**-3 elif self.ui.satuan_g.currentText() == "µS / m": g = g*10**-6 elif self.ui.satuan_g.currentText() == "nS / m": g = g*10**-9 elif self.ui.satuan_g.currentText() == "pS / m": g = g*10**-12 #mengganti nilai satuan pada C' if self.ui.satuan_c.currentText() == "GF / m": c = c*10**9 elif self.ui.satuan_c.currentText() == "MF / m": c = c*10**6 elif self.ui.satuan_c.currentText() == "kF / m": c = c*10**3

RkJQdWJsaXNoZXIy MTM3NDc5MQ==