Plant Simulation常用命令
生活随笔
收集整理的這篇文章主要介紹了
Plant Simulation常用命令
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
Plant Simulation 是面向?qū)ο蟮娜S離散事件仿真軟件,使您能夠快速、直觀地構(gòu)建逼真的物流模型。 您還可以使用高級統(tǒng)計工具執(zhí)行復(fù)雜的生產(chǎn)分析。以下介紹該軟件的一些常用命令。
1. clearConsole: 清空控制臺內(nèi)容。
2.表操作:
isorderlist : table[string,real]; doorderlist.create;orderlist[1,1] := "cans";orderlist[2,1] := 3000.0;orderlist.forget; -- 刪除表orderlist.create(4); -- 重現(xiàn)創(chuàng)建一個4行的表end;?3.??When-Then-Else
例1: is do@.color := when ?.entranceLocked then "red" else "green"; end; 例2: (n : integer) : integer -- computes the faculty of n is doreturn when n > 1 then n * self.execute(n - 1)else 1; end; 例3: Method(x, y + (when dy > 0 then y+dy else 100));?
轉(zhuǎn)載于:https://www.cnblogs.com/xpvincent/p/3407906.html
總結(jié)
以上是生活随笔為你收集整理的Plant Simulation常用命令的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 遇到问题描述:Android Ple
- 下一篇: C算法编程题(四)上三角