Difference between revisions of "CAEngine::Command/zh"
(Created page with "设定typescript语言指令,用于ADE 自动化服务器执行。Send方法使Command(指令)") |
|||
Line 5: | Line 5: | ||
= 描述 = | = 描述 = | ||
− | 设定typescript语言指令,用于ADE | + | 设定typescript语言指令,用于ADE 自动化服务器执行。Send方法使Command被发送给ADE来执行。如果想了解typescript指令清单,请参考Analytica脚本指南。 |
It is easier to use [[CAEngine::SendCommand]], which combines Command and [[CAEngine::Send]] into a single call. | It is easier to use [[CAEngine::SendCommand]], which combines Command and [[CAEngine::Send]] into a single call. |
Revision as of 09:39, 18 October 2015
描述
设定typescript语言指令,用于ADE 自动化服务器执行。Send方法使Command被发送给ADE来执行。如果想了解typescript指令清单,请参考Analytica脚本指南。
It is easier to use CAEngine::SendCommand, which combines Command and CAEngine::Send into a single call.
数据类型
字符串
访问
读 / 写
用法
ade.Command = “value obj1” ade.Send result = ade. OutputBuffer
另请参考
Comments
Enable comment auto-refresher