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
|
| VB Example: |
obj.ScrSetPsiOptionsFromFile("D:/Tests/Test.sps") |
| IPY Example: |
oDoc.ScrSetPsiOptionsFromFile('D:/Tests/Test.sps') |