Difference between revisions of "TestIT:Programming C9"

From Nolek Wiki
Jump to navigation Jump to search
(Created page with "==5.3.14 C9== ===C9Execute=== '''Description:''' <br /> It will start C9 and wait on the results. '''Code example:''' :<code>C9.C9Execute(C9,D,_ST01,30,S,_B01)</code> {| cla...")
 
 
Line 38: Line 38:
 
|True if command times out
 
|True if command times out
 
|}
 
|}
 +
 +
 +
[[TestIT:Programming#5.3_Commands|Back to Programming - Commands]]

Latest revision as of 15:20, 11 September 2019

5.3.14 C9

C9Execute

Description:
It will start C9 and wait on the results.

Code example:

C9.C9Execute(C9,D,_ST01,30,S,_B01)
Parameters
Parameter Type Description
Device name String The device name
Command String Select command in list
Received String symbol Symbol to receive result
Timeout Int or int symbol Timeout value
Time unit String Select the time unit, from the list
Timeout active Bool symbol True if command times out


Back to Programming - Commands