Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
model:reverse-engineering_with_goalseek [2023/03/12 23:14] optrix |
model:reverse-engineering_with_goalseek [2025/02/18 03:29] (current) optrix |
||
---|---|---|---|
Line 42: | Line 42: | ||
< | < | ||
- | import ardimodel | + | import ardimodel |
- | host = ardimodel.ModelHost() | + | host = mdl.ModelHost(5225) |
+ | @mdl.Part(" | ||
def TankModel(mod): | def TankModel(mod): | ||
Outflow = mod.AddInput(" | Outflow = mod.AddInput(" | ||
Line 56: | Line 57: | ||
RemainingTime = mod.AddOutput(" | RemainingTime = mod.AddOutput(" | ||
mod.AddOutput(" | mod.AddOutput(" | ||
- | |||
- | # Add Models Here | ||
- | host.Add(ardimodel.Create(" | ||
host.ardiurl = " | host.ardiurl = " |