This property refers to the execution result or the contents of an error of the CS+ Python function.
[Specification format]
[Setting(s)]
None
[Reference]
Execution result or an error message of the CS+ Python function (strings)
Caution | Error messages can only be referred to when the common.ThrowExcept property is set not to throw an exception (False). |
Remark | The reference content is retained until the next CS+ Python function call. |
[Detailed description]
- | This property refers to the execution result or the contents of an error. |
[Example of use]
>>>debugger.Memory.Read("data")
0x0
>>>print common.Output
0
|