Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simSetDefWithNoWarn

simSetDefWithNoWarn(
g_variableName
g_value
) 
=> t / nil

Description

Sets the g_variableName variable to g_value, same as the simSetDef function, except that no warning is generated if variableName is already set.

The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.

Arguments

g_variableName

Name of the SE variable.

g_value

Value to be assigned to the SE variable.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simSetDefWithNoWarn('simCapUnit 1.0e-15)

Related Topics

OSS Functions


Return to top
 ⠀
X