def write_rollingShutter(self, attr): data = attr.get_write_value() key = data value= _getDictValue(self._Pco__Rollingshutter, key) cmd = '%s %s' % ('rollingShutter', value) val = _PcoCam.talk(cmd)
def write_rollingShutter(self, attr): data = attr.get_write_value() key = data value = _getDictValue(self._Pco__Rollingshutter, key) cmd = '%s %s' % ('rollingShutter', value) val = _PcoCam.talk(cmd)
def write_pixelRate(self, attr): data = attr.get_write_value() key = data value= _getDictValue(self._Pco__Pixelrate, key) cmd = '%s %s' % ('pixelRate', value) val = _PcoCam.talk(cmd)
def write_pixelRate(self, attr): data = attr.get_write_value() key = data value = _getDictValue(self._Pco__Pixelrate, key) cmd = '%s %s' % ('pixelRate', value) val = _PcoCam.talk(cmd)