Loading model using python script, into workspace with the workspace settings

I can load the model using

self._send_command(command='callMethod', data={'Identifier': self._workspace_id, 'methodName': "LoadSystem", 'args': [system_UUID]})

But it loads without the workspace settings, only the model.

How can I load the model with the saved workspace settings?