Skip to content

Commit 51ac4f8

Browse files
committed
[ModelicaSystemCmd] draft
1 parent 31ef902 commit 51ac4f8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

OMPython/ModelicaSystem.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,18 @@ def __getitem__(self, index: int):
107107
return {0: self.A, 1: self.B, 2: self.C, 3: self.D}[index]
108108

109109

110+
class ModelicaSystemCmd:
111+
112+
def __init__(self, cmdpath: pathlib.Path, modelname: str):
113+
pass
114+
115+
def arg_set(self, key, val=None):
116+
pass
117+
118+
def run(self):
119+
pass
120+
121+
110122
class ModelicaSystem:
111123
def __init__(
112124
self,

0 commit comments

Comments
 (0)