Searched refs:unpack_custom_file (Results 1 – 2 of 2) sorted by relevance
37 self.networks = self.unpack_custom_file(self.network_file, False)
127 self.atten_level = self.unpack_custom_file(self.attenuation_file)129 self.threshold = self.unpack_custom_file(self.threshold_file)171 def unpack_custom_file(self, file, test_specific=True): member in PowerBaseTest