def test_hfss_touchstone_2_media(self):
     '''
     currently, this just tests the execution ability. it would
     be better to simulate a uniform line, in hfss and then confirm 
     that the hfss network is same as the one generated by the 
     media object this function returns
     '''
     med = rf.hfss_touchstone_2_media(self.hfss_oneport_file)[0]
     med.line(1)
     med_p1,med_p2 = rf.hfss_touchstone_2_media(self.hfss_twoport_file)
     med_p1.line(1)
     med_p2.line(1)
Example #2
0
 def test_hfss_touchstone_2_media(self):
     '''
     currently, this just tests the execution ability. it would
     be better to simulate a uniform line, in hfss and then confirm
     that the hfss network is same as the one generated by the
     media object this function returns
     '''
     med = rf.hfss_touchstone_2_media(self.hfss_oneport_file)[0]
     med.line(1)
     med_p1, med_p2 = rf.hfss_touchstone_2_media(self.hfss_twoport_file)
     med_p1.line(1)
     med_p2.line(1)