setVerticalSpeed

abstract fun setVerticalSpeed(@IntRange(from = "-100", to = 100) value: Int)

Set the current vertical speed value.

value is expressed as as a signed percentage of the max vertical speed setting, in range [-100, 100]. -100 corresponds to max vertical speed towards ground,100 corresponds to max vertical speed towards sky.

Parameters

value

the new vertical speed value to set

See also