dbSetViaParamDefault
dbSetViaParamDefault(d_viaId t_paramName) => t/nil
Description
Sets the value of a parameter of a specified via to use its default value by a parameter name.
Arguments
Value Returned
Examples
The via parameter "cutWidth" is set to use the default value for the specified standard via.
dbSetViaParamDefault(stdViaId "cutWidth")
stdViaId represents a standard via ID. The default value of the "cutWidth" via parameter is defined in the specified standard via which is pointed by stdViaId.
Related Topics
Return to top