/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
5
def read_from_register(ctx, value):
   return ctx.get_property('/test/prop3') / 2

def write_to_register(ctx, value):
    ctx.set_property(value*2, '/test/prop3')