ScrImportSettingsFile

Loads an SIwave Settings file (*.sef).
UI Command:   Import > Settings File.
Syntax:   obj.ScrImportSettingsFile(<filePath>)
Parameters:  

BSTR filePath (full path)

Return Value:  

BOOL:

  • 0 – Failure
  • 1 – Success
VB Example:  

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

IPY Example:  

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