Python API for the open-loop controller

Looking at the encoder calibration implementation, I discovered it uses an open-loop controller:

However, I wasn’t able to find a Python API for it. Is there any way I can explicitly utilize the open-loop controller (e.g. set a specific speed) from the Python library?