vcScriptStatement
Properties
| Name | Type | Access | Description |
| Application | vcApplication | R | Gets the application object. |
| Component | vcComponent | R | Gets the component of script statement. |
| Executor | vcmExecutor | R | Gets the robot executor of script statement. |
| Node | vcNode | R | Gets the node of script statement. |
| Simulation | vcSimulation | R | Gets the simulation object. |
Methods
| Name | Return Type | Parameters | Description |
| getApplication | vcApplication | None | Returns the application object. |
| getComponent | vcComponent | None | Returns the component of script statement. |
| getExecutor | vcExecutor | None | Returns the robot executor of script statement. |
| getNode | vcNode | None | Returns the node of script statement. |
| getSimulation | vcSimulation | None | Returns the simulation object. |
| signalOut | None | Integer Port, Integer Value | Sets the value of a signal mapped to a given port in robot of script statement. |