diff --git a/src/OMSimulatorPython/OMSimulator.py b/src/OMSimulatorPython/OMSimulator.py index 1eadd676e..f2138547b 100644 --- a/src/OMSimulatorPython/OMSimulator.py +++ b/src/OMSimulatorPython/OMSimulator.py @@ -136,6 +136,7 @@ def __init__(self, temp_directory=None): self.setSolver = Scope._capi.setSolver self.setStartTime = Scope._capi.setStartTime self.setStopTime = Scope._capi.setStopTime + self.setString = Scope._capi.setString self.setTempDirectory = Scope._capi.setTempDirectory self.setTLMPositionAndOrientation = Scope._capi.setTLMPositionAndOrientation self.setTLMSocketData = Scope._capi.setTLMSocketData