axlGetSpecWeight
axlGetSpecWeight(x_spec) =>t_weight/nil
Description
Returns the weight value for a specification. This value represents the weighting factor for the specification during optimization.
Arguments
Value Returned
Examples
The following example retrieves the weight value for specification spec.
session = (axlGetWindowSession)
x_mainSDB = (axlGetMainSetupDB session)
spec = axlGetSpec(x_mainSDB "gain" )
axlGetSpecWeight( spec )
=> 1
Related Topics
Return to top