To get a reference to the node I am doing this
node_reference = get_node("/root/node_parent/node")
I am trying to set the nodes shader material and the shader file it is using. I know the var I store the node in is valid because I have been able to do other stuff to it.