ScrSetPsiOptionsFromFile

Sets general PSI simulation options from an XML configuration file.

UI Command:   Simulation > PSI Options > Import Settings. Select file.
Syntax:   obj.ScrSetPsiOptionsFromFile(<filename>)
Parameters:  

BSTR filename (full path)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrSetPsiOptionsFromFile("D:/Tests/Test.sps")

IPY Example:  

oDoc.ScrSetPsiOptionsFromFile('D:/Tests/Test.sps')