Copied Model Names
The data structure used for specifying new component model names is ProUdfmdlNames.
Functions Introduced:
The function
ProUdfmdlMdlnamesAlloc() sets the values used to determine the names of new components created by the UDF placement. This function requires the following inputs:
• old_name—The old name of the component.
• new_name—The new name of the component to be created.
The function
ProUdfmdlNamesSet() adds the model names structure to the
ProUdfdata structure.