The RemoteNode.load_configuration() isn't named in a good way. Ref #405 (comment) it should be named .set_configuration() or perhaps download_configuration() to follow CANopen nomenclature.
If we rename the method, we should keep the old method name to not break the API, however with a deprecation warning, see #479