Control ground speed

Hello,
How I can set the ground speed for the drone using python ?

image

I found it

maximum_speed = 10
await drone.action.set_maximum_speed(maximum_speed)

image