How to import data to jupyter lab from maxwell

Now I got trouble for get data from Maxwell to python console.

I use this code to get data
torque = M2D.post.get_solution_data("Moving1.Torque",variations={"Time":["All"]}, primary_sweep_variable="Time")
torque.plot()

And this code work but I want average value of "Moving1.Torque" by int value.
but
numpy.mean(torque) doesn't work
It said it is not callable data
So, how to get value(avg value of output from Maxwell)?

Tagged:

Answers