Include PropertyMap.a property
This provides convienent access to the underlying array values, such as: p.a = random(len(p.a)) instead of: p.get_array()[:] = random(len(p.get_array())) (the latter is still supported)
Showing
Please register or sign in to comment