(self, p)
| 465 | return self.mode_solver.get_field_point(p) |
| 466 | |
| 467 | def get_bloch_field_point(self, p): |
| 468 | return self.mode_solver.get_bloch_field_point(p) |
| 469 | |
| 470 | def get_tot_pwr(self, which_band): |
| 471 | epwr = self.get_dpwr(which_band) |
no outgoing calls