I have created a reference point in abaqus and have assigned a node to it using python (p = mdb.models[modelName].parts[partName].sets['Set name'].nodes)
the output i get is:
mdb.models['Model-1'].parts['Part-1'].nodes.getSequenceFromMask(mask=('[#1 ]',),)
Im not able to access the node label of this node from output