CST - Controlling Post Processing using Python

Good afternoon,

I am using CST Studio Suite 's Eigenmode Solver. I am using their built in "Template Based Post-Processing". I am using the "3D Eigenmode Result: R over Q", which I need to define over multiple lines. I want to do this for over 40 lines. Obviously, I can do this by hand but would like to use a python script to add them to the "Template Based Post-Processing".
I am able to access the manually added Post Processing Steps' results via my python script.

Is there a way to control the postprocessing definitions from a python script?

I am able to read my eigenmode post processing definition results (0D/ 1D) from my python scripts but would like to define them as well.
I also figured out how to send the VBA commands via python as well, with which I can adjust the files history (add/remove shapes etc.). But the "Template Based Post-Processing" is not in the history.

Example:

Simple cavity and have a python script define multiple R over Q post processing steps over a series of points I defined in my python script. 

Thanks