outputnode=graph.getNodeFromId('1398596698')#this is output node
outputdefinition=outputnode.getDefinition()#
prop_=outputnode.getPropertyFromId('output1',SDPropertyCategory.Output)
print(outputnode.getPropertyValue(prop_))
When I put this piece of code before the connection node,'print(outputnode.getPropertyValue(prop_))' can have a value, but in the paragraph after the connection node, it will display NONE