Skip to content

Commit 64d89a1

Browse files
authored
addition of "outputFormat" in simulateOptions to allow selection of csv format (#168)
1 parent 2284229 commit 64d89a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OMPython/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,7 @@ def xmlparse(self):
975975
self.simulateOptions["stepSize"] = attr.get('stepSize')
976976
self.simulateOptions["tolerance"] = attr.get('tolerance')
977977
self.simulateOptions["solver"] = attr.get('solver')
978+
self.simulateOptions["outputFormat"] = attr.get('outputFormat')
978979

979980
for sv in rootCQ.iter('ScalarVariable'):
980981
scalar={}

0 commit comments

Comments
 (0)