Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

nlWarning

nlWarning( 
o_netlister 
t_warning 
[ g_arg ... ] 
) 
=> t

Description

Issue a warning to the user.

Arguments

o_netlister

The netlister object.

t_warning

The description of the warning message in the form of a format string.

g_arg

Arguments used for printing with the format string.

Value Returned

t

Always returns t.

Examples

The following example displays a warning message as specified:

nlWarning(nl "My warning message.\n") 
=> t


Return to top
 ⠀
X