Product Documentation
Virtuoso Studio Design Environment User Guide
Product Version IC23.1, November 2023

Log Filter Options

You can set log filter options by placing the following command in your .cdsinit file:

hiSetFilterOptions( b_inputMenuCommands b_inputPrompts b_outputProgramResults b_outputMenuCommands b_outputUser b_messageErrors b_messageWarnings)

The arguments are defined below.

b_inputMenuCommands

Shows accelerated input in the CIW.

Valid Values: t (on), nil (off)

b_inputPrompts

Shows prompts in the CIW.

Valid Values: t (on), nil (off)

b_outputProgramResults

Shows program output in the CIW.

Valid Values: t (on), nil (off)

b_outputMenuCommands

Shows accelerated output in the CIW.

Valid Values: t (on), nil (off)

b_outputUser

Shows typed output in the CIW.

Valid Values: t (on), nil (off)

b_messageErrors

Shows error messages in the CIW.

Valid Values: t (on), nil (off)

b_messageWarnings

Shows warning messages in the CIW.

Valid Values: t (on), nil (off)

For example, if you want to see all the information in the output area of the CIW, add the following line to your.cdsinit file:

hiSetFilterOptions( t t t t t t t)

To see only output and errors, change the input menu and prompts arguments and the warning message argument to nil:

hiSetFilterOptions( nil nil t t t t nil)

Related Topics

hiSetFilterOptions


Return to top
 ⠀
X