ScrImportDDXFile
|
Imports a DDX file; the file's settings are substituted for the active project's settings when the DDR wizard is run and can be saved to the project afterward. |
|
| UI Command: | Simulation > DDRwizard > Load Configuration File. |
| Syntax: | obj.ScrImportDDXFile(<filename>) |
| Parameters: |
BSTR filename (full file path) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrImportDDXFile("c:/example_file.ddx") |
| IPY Example: |
oDoc.ScrImportDDXFile('c:/example_file.ddx') |