コード例 #1
0
 def setValueInMillivolts(self, aChannel, aValue):
     """ Get value in millivolts
     """
     try:
         return wrapper.dac_setValueInMillivolts(self.__device, aChannel, aValue)
     except Exception, e:
         raise AsDacError(str(e))