Public Member Functions | |
def | __init__ |
def | value |
Public Attributes | |
ac_dc | |
Element | |
model | |
pin |
Definition at line 1223 of file element_driver.py.
def src.element_driver.PhidgetsCurrent.__init__ | ( | self, | |
Element, | |||
pin, | |||
model = 20 , |
|||
ac_dc = "dc" |
|||
) |
Usage: myAmps = PhidgetsCurrent(Element, pin) reading = myAmps.value() reading = myAmps.value(cached=True) # gets value from the cache The Phidgets Current Sensor class wraps an analog sensor port and converts the raw sensor reading to amps. Note there are two models of the Phidgets current sensor, one with a 20 amp max and the other with a 50 amp max. Also, either model can measure either DC or AC current.
Definition at line 1224 of file element_driver.py.
def src.element_driver.PhidgetsCurrent.value | ( | self, | |
cached = False |
|||
) |
Definition at line 1238 of file element_driver.py.
Definition at line 1231 of file element_driver.py.
Definition at line 1231 of file element_driver.py.
Definition at line 1231 of file element_driver.py.
Definition at line 1231 of file element_driver.py.