alliedvision / VimbaPython

Old Allied Vision Vimba Python API. The successor to this API is VmbPy
BSD 2-Clause "Simplified" License
93 stars 40 forks source link

set the DeviceLinkThroughputLimit feature #65

Open patthongtra opened 3 years ago

patthongtra commented 3 years ago

Hi,

How to use the API to set DeviceLinkThroughputLimit?

When I use print(cam.DeviceLinkThroughputLimit) this is what I got IntFeature(name=DeviceLinkThroughputLimit, value=200000000, range=(43000000, 450000000), increment=1)

Thanks!

arunprakash-avt commented 3 years ago

The DeviceLinkThroughputLimit value alone can be changed , as it is alone the writeable feature. The value can be set as follows: cam.DeviceLinkThroughputLimit.set(400000000)