Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiSetFilter

hiSetFilter(
[ t_filter ]
) 
=> t / nil 

Description

Sets the output message filter for the CIW with the option specified by t_filter. The output area of the CIW is refreshed immediately. If no option is specified, the Set Log File Display Filter form appears allowing you to specify the display options you want.

Program output, typed output, and error and warning messages are displayed by default.

Arguments

t_filter

Filter setting for the CIW, for example, hiSetFilter "verbose".

The following options are available:

default:Only program output, user typed output, and error and warning messages are displayed.

error:Only error and warning messages are displayed.

verbose:Only menu command input, program output, menu command output, and error and warning messages are displayed.

all:Menu command input, prompt output, program output, menu command output, and error and warning messages (everything except user typed output) are displayed.

Values Returned

t

The output message filter is set.

nil

The output message filter is not set. An error message is also displayed.

Related Topics

Log File Functions


Return to top
 ⠀
X