This property sets or refers to whether to clear the display of the Python console when changing the active project.
[Specification format]
common.ConsoleClear = bool
|
[Setting(s)]
|
|
bool
|
Set whether to verify during writes.
True: Verify during writes.
False: Do not verify during writes.
|
[Reference]
Current set value
[Detailed description]
- | This property sets or refers to whether to clear the display of the Python console when changing the active project. |
[Example of use]
>>>print common.ConsoleClear
True
>>>common.ConsoleClear = False
|