Example #1
0
    def resistance(self):
        """Return a succinct string representing the resistance of this Resistor.

        e.g. '23.6KΩ'
        """
        return str(Units.ohms(self.ohms))