Viving Frendiana - Penyelesaian Sistem Transmisi dengan Pemr

110 elif self.ui.zl_satuanh.currentText() == "mΩ": zl1 = zl1*10**-3 elif self.ui.zl_satuanh.currentText() == "µΩ": zl1 = zl1*10**-6 elif self.ui.zl_satuanh.currentText() == "nΩ": zl1 = zl1*10**-9 elif self.ui.zl_satuanh.currentText() == "pΩ": zl1 = zl1*10**-12 #Satuan ZL1 if self.ui.zl_satuanh.currentText() == "GΩ": zl2 = zl2*10**9 elif self.ui.zl_satuanh.currentText() == "MΩ": zl2 = zl2*10**6 elif self.ui.zl_satuanh.currentText() == "kΩ": zl2 = zl2*10**3 elif self.ui.zl_satuanh.currentText() == "Ω": zl2 elif self.ui.zl_satuanh.currentText() == "mΩ": zl2 = zl2*10**-3 elif self.ui.zl_satuanh.currentText() == "µΩ": zl2 = zl2*10**-6 elif self.ui.zl_satuanh.currentText() == "nΩ": zl2 = zl2*10**-9 elif self.ui.zl_satuanh.currentText() == "pΩ": zl2 = zl2*10**-12 #Satuan Frekuensi if self.ui.frekuensi_satuanh.currentText() == "GHz": f = f*10**9 elif self.ui.frekuensi_satuanh.currentText() == "MHz": f = f*10**6

RkJQdWJsaXNoZXIy MTM3NDc5MQ==