C. Features Introduced in OpenROAD 5.1 : New Features : ProcExec Attributes : Changes to Existing Features : Changes to Methods : AppSource.ImportComp Method
 
Share this page                  
AppSource.ImportComp Method
The AppSource.ImportComp method has two new parameters:
format
Specifies the format of the import file. Valid values are:
XF_EXP – Specifies the current import file format
XF_XML – Specifies XML import file format
XF_ANY – Specifies that ImportComp should attempt import using the current export format file format first. If this fails because of a format error, importing from XML export format is executed.
XF_DEFAULT (default) – Specifies the import format specified by the environment variable II_W4GL_IMPORT_FORMAT
metadata
Specifies that metadata attributes for components (AlterDate, AlterBy, CreateDate, Creator) should be used when reassigning attributes. To specify this parameter, format must be set to XF_XML.