Boids Settings with Python ?

My problem :
I try to change some Boids Settings with Python.
But it doesn’t work !

For example :

b = bpy.types.BoidSettings(myboid)
b.bank = 0 # this makes nothing !!! ???

Can you help me ?

Thanks

Alain