getMaxVerticalSpeed

abstract fun getMaxVerticalSpeed(): DoubleSetting

Gets the maximum vertical speed setting, in meters/second.

Defines the range used by setVerticalSpeed method. For instance, setting vertical speed to 100 corresponds to a vertical speed of getMaxVerticalSpeed().getValue() meters/second.

Return

the maximum vertical speed setting