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:

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrExportSettingsFile "C:/Path/my_settings.sef"

IPY Example:  

oDoc.ScrExportSettingsFile('C:/Path/my_settings.sef')