Abaqus - How to access a "picker" for selecting faces using Python

Hi,
I would like my python script to access the Abaqus "picker" for selecting faces.
When having picked one or more faces I would like print the index number and "pointOn" property for each face.

The tricky part is a access the graphical tool needed to selected the faces. Anyone who now if this is possible using a simple Python script?