Python command for Plaxis Output for a section

Hi plaxis community,

I am wondering if there is a python command to extract results from Plaxis Output for a given section. 

One can create a plot of the section using:

g_o.linecrosssectionplot(g_o.Plot_1, x1, y1, x2, y2)

My next steps would be choosing the type of the result and then opening the table output, so I only get results from the section drawn.

I would like to automate these steps, but could not find suitable commands for the steps of

Tool>Table (or ctrl+T)

copy / paste the results from the table

Would it be possible to do this via python command?

or do I need to go the long way, extracting all the nodes results, separating the near-by ones and interpolating to get the value for the section?

Many thanks and kind regards,

Nataly