hnlGetScaleMarginalDelay
hnlGetScaleMarginalDelay(t_propname) =>propValue/ nil
Description
Locates the property of the given name, using hnlGetPropVal, hnlCurrentMaster, and hnlCurrentInst, 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, the value of the property is returned, again rounded to the nearest tenth.
If the property is of the string type, the property value is evaluated before it is scaled.
Argument
Value Returned
|
The value of the property divided by the simTimeUnit variable and then multiplied by the simCapUnit variable. The returned value is rounded to the nearest tenth. |
|
Examples
hnlGetScaleMarginalDelay( "l" )
Related Topics
Return to top