ScrExportSyzSimToTouchstone

Exports SYZ simulation results to a specified touchstone file.

UI Command:   Results > SYZ > [Simulation Name] > Export Touchstone File.
Syntax:   obj.ScrExportSyzSimToTouchstone(<syzSimName>, <touchstonePath>)
Parameters:  

BSTR syzSimName

BSTR touchstonePath

Return Value:  

INT:

  • 0 – Success
  • 1 – Simulation name does not exist OR path cannot be created
VB Example:  

obj.ScrExportSyzSimToTouchstone("SYZ Sweep 1", "C:/sweep1")

IPY Example:  

oDoc.ScrExportSyzSimToTouchstone('SYZ Sweep 1', 'C:/sweep1')