Difference between revisions of "CAEngine::Command"

(Marked this version for translation)
 
Line 1: Line 1:
 
<languages />
 
<languages />
 
<translate>
 
<translate>
 +
<!--T:1-->
 
[[Category:ADE User Guide]]
 
[[Category:ADE User Guide]]
 
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
 
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CAEngine]]
  
= Description =
+
= Description = <!--T:2-->
  
 +
<!--T:3-->
 
Sets a typescript language command for execution by the ADE Automation Server. The Send
 
Sets a typescript language command for execution by the ADE Automation Server. The Send
 
method causes Command to be sent to ADE for execution. For the list of typescript commands,
 
method causes Command to be sent to ADE for execution. For the list of typescript commands,
 
see the Analytica Scripting Guide.
 
see the Analytica Scripting Guide.
  
 +
<!--T:4-->
 
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.
  
= Data type =
+
= Data type = <!--T:5-->
  
 +
<!--T:6-->
 
string
 
string
  
= Access =
+
= Access = <!--T:7-->
  
 +
<!--T:8-->
 
read/write
 
read/write
  
=Usage =
+
=Usage = <!--T:9-->
  
  ade.Command = “value obj1”
+
  <!--T:10-->
 +
ade.Command = “value obj1”
 
  ade.[[CAEngine::Send|Send]]
 
  ade.[[CAEngine::Send|Send]]
 
  result = ade.[[CAEngine::OutputBuffer|OutputBuffer]]
 
  result = ade.[[CAEngine::OutputBuffer|OutputBuffer]]
  
= See Also =
+
= See Also = <!--T:11-->
  
 +
<!--T:12-->
 
* [[CAEngine::SendCommand]]
 
* [[CAEngine::SendCommand]]
 
* [[CAEngine::Send]]
 
* [[CAEngine::Send]]
 
* [[CAEngine::OutputBuffer]]
 
* [[CAEngine::OutputBuffer]]
 
</translate>
 
</translate>

Latest revision as of 22:37, 10 June 2015

Other languages:
English • ‎中文

ADE User Guide > ADE Server Class Reference > CAEngine

Description

Sets a typescript language command for execution by the ADE Automation Server. The Send method causes Command to be sent to ADE for execution. For the list of typescript commands, see the Analytica Scripting Guide.

It is easier to use CAEngine::SendCommand, which combines Command and CAEngine::Send into a single call.

Data type

string

Access

read/write

Usage

ade.Command = “value obj1”
ade.Send
result = ade.OutputBuffer

See Also

Comments


You are not allowed to post comments.