Everything

common.ViewOutput


This property sets and displays the setting for whether or not to display results of Python functions for CS+ and error messages in the Python console.

[Specification format]

common.ViewOutput = bool

[Setting(s)]

Setting

Description

bool

Set whether or not to display results of Python functions for CS+ and error messages in the Python console.

True: Display in the Python console (default).

False: Do not display in the Python console.

[Reference]

Current set value

[Detailed description]

-

This property sets and displays the setting for whether or not to display results of Python functions for CS+ and error messages in the Python console.

[Example of use]

>>>print common.ViewOutput
False
>>>common.ViewOutput = True