(self)
| 418 | |
| 419 | @property |
| 420 | def scanStrength(self): |
| 421 | return max([self.ship.getModifiedItemAttr("scan%sStrength" % scanType) |
| 422 | for scanType in ("Magnetometric", "Ladar", "Radar", "Gravimetric")]) |
| 423 | |
| 424 | @property |
| 425 | def scanType(self): |
nothing calls this directly
no test coverage detected