delaere / VeheMencE

User friendly vme control library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need a wrapper for std::vector<int> in python

delaere opened this issue · comments

The caenet bridge write method uses a std::vector as input.

Either change that to something more python-friendly, or add a wrapper.
As it is now, there is no way to use the method in python.