From 8df2422838d7cc673457183184298bf605974be6 Mon Sep 17 00:00:00 2001 From: Axel Matstoms Date: Tue, 12 May 2026 15:56:25 +0200 Subject: [PATCH] Add setString to procedural API --- src/OMSimulatorPython/OMSimulator.py | 1 + 1 file changed, 1 insertion(+) 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