Updating location/coordinates of detail item element

Hi there,

This seems simple but I have spent some time experimenting/searching and still am not able to make it work, so hoping that some one could please help.

I have the following inputs to my Python Script:
IN[1] - a list of elements (detail items)
IN[2] - list of y-coordinates (double variables)

I would like to update the y-coord of IN[1] list with IN[2] values - which command/function can I use?

Would it be something similar to ‘Element.SetLocation’ ?

Thanks in advance.