Public Member Functions | Public Attributes
src.element_driver.PhidgetsCurrent Class Reference

List of all members.

Public Member Functions

def __init__
def value

Public Attributes

 ac_dc
 Element
 model
 pin

Detailed Description

Definition at line 1223 of file element_driver.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

def src.element_driver.PhidgetsCurrent.value (   self,
  cached = False 
)

Definition at line 1238 of file element_driver.py.


Member Data Documentation

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.


The documentation for this class was generated from the following file:


element
Author(s): Patrick Goebel
autogenerated on Sun Oct 5 2014 23:44:54