This property sets or refers to the number of screen lines for the Python console.
[Specification format]
[Setting(s)]
|
|
number
|
Set the number of screen lines for the Python console (default: 10000).
|
[Reference]
Current set value
[Detailed description]
- | This property sets or refers to the number of screen lines for the Python console. |
[Example of use]
>>>print common.ViewLine
10000
>>>common.ViewLine = 20000
|