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

hnlScaleCapacitance

hnlScaleCapacitance(
g_propVal
t_propName
)
=> value 

Description

Accepts the given value as an argument, divides it by the value of the simCapUnit variable, and then returns the result rounded to the nearest integer. If simCapUnit isset to nil, then the value of the property is returned, again rounded to the nearest integer. The property name given as the second argument is used for error messages if the value does not evaluate to a number.

If the property is of the string type, the property value is evaluated before it is scaled.

Arguments

g_propVal

The scaled value.

t_propName

Name of the property.

Value Returned

value

The value of the first argument divided by the simCapUnit variable. The returned value is rounded to the nearest integer. If simCapUnit is set to nil, then the value of the first argument is returned, again rounded to the nearest integer.

Examples

hnlScaleCapacitance( 5 "l" )
hnlScaleCapacitance( "5" "l" )

Related Topics

OSS Functions


Return to top
 ⠀
X