This function clears the trace memory. [IECUBE][IECUBE2][Simulator]
[Specification format]
[Argument(s)]
None
[Return value]
If the trace memory was cleared successfully: True
If there was an error when clearing the trace memory: False
[Detailed description]
- | This function clears the trace memory. |
[Example of use]
>>>debugger.XTrace.Clear()
False
>>>
|