ScrExportSettingsFile
|
Exports an SIwave Settings file (*.sef). Use ScrExportSettingsFileSetOptions to specify additional options. |
|
| UI Command: | Export > Settings File. |
| Syntax: | obj.ScrExportSettingsFile(<filePath>)
|
| Parameters: |
BSTR filePath (full path) |
| Return Value: |
BOOL:
|
| VB Example: |
obj.ScrExportSettingsFile "C:/Path/my_settings.sef" |
| IPY Example: |
|