TABLE RESULT DISPLAY PROBLEM

Hello.In plaxis output table, i have 9100 rows. when i  get the result using phyton code below;

x = g_o.getresults(g_o.Phases[-1], g_o.ResultTypes.Soil.X, 'node')
print(len(x))

as a result, i am getting 22750 rows,is there any way to display  all of the results on output table?