hnlScaleMarginalDelay
hnlScaleMarginalDelay(g_propVal t_propName) =>value
Description
Accepts the value given as argument, divides the value by the value of the simTimeUnit variable, multiplies it by the value of the simCapUnit variable, and then returns the result rounded to the nearest tenth. If the named property is not found, nil is returned. If simTimeUnit is set to nil or simCapUnitis set to nil, the value of the property is returned, again rounded to the nearest tenth. 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
Value Returned
Examples
hnlScaleMarginalDelay( 5 "l" )
hnlScaleMarginalDelay( "5" "l" )
Related Topics
Return to top