ohmslaw¶
Release v2.1.2. (Installation)
ohmslaw ohmslaw is an open source tool written in Python designed for Ohmslaw calculate..¶
calculate resistance in ohms::
>>> from ohmslaw import Ohms
>>>
>>> o = Ohms()
>>> results = o.resistance(48, 4)
>>>
>>> print(results)
12.0
>>>
Features¶
calculate Ohms
Volts
Current
Resistance
Watts
The User Guide¶
This part of the documentation begins with some background information about the project, then focuses on step-by-step instructions for getting the most out of ohmslaw.
The API Documentation¶
If you are looking for information on a specific function, class, or method, this part of the documentation is for you.