ScrImportSettingsFile
| Loads an SIwave Settings file (*.sef). | |
| UI Command: | Import > Settings File. |
| Syntax: | obj.ScrImportSettingsFile(<filePath>)
|
| Parameters: |
BSTR filePath (full path) |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrImportSettingsFile "C:/Path/my_settings.sef" |
| IPY Example: |
|