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 > DDRwizardLoad Configuration File.
Syntax:   obj.ScrImportDDXFile(<filename>)
Parameters:  

BSTR filename (full file path)

Return Value:  

INT:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrImportDDXFile("c:/example_file.ddx")

IPY Example:  

oDoc.ScrImportDDXFile('c:/example_file.ddx')