TestIT:Programming C9

From Nolek Wiki
Jump to navigation Jump to search

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