Abaqus 2017: How to extract S11 of a specific node (node number is 112) in Part-1 at all frames in Step-1 by Python?

1. How to extract S11 of a specific node (node number is 112) in Part-1 at all frames in Step-1 by Python?

2. If I want to choose another node number (like 345), only thing I do is to replace “112” by “345” in the Python code? Is that correct?