Public Member Functions | |
def | __init__ |
def | value |
Public Attributes | |
ac_dc | |
model | |
pin | |
serializer |
Definition at line 1143 of file serializer_driver.py.
def serializer_driver.PhidgetsCurrent.__init__ | ( | self, | |
serializer, | |||
pin, | |||
model = 20 , |
|||
ac_dc = "dc" |
|||
) |
Usage: myAmps = PhidgetsCurrent(serializer, 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 1144 of file serializer_driver.py.
def serializer_driver.PhidgetsCurrent.value | ( | self, | |
cached = False |
|||
) |
Definition at line 1158 of file serializer_driver.py.
Definition at line 1151 of file serializer_driver.py.
Definition at line 1151 of file serializer_driver.py.
Definition at line 1151 of file serializer_driver.py.
Definition at line 1151 of file serializer_driver.py.