ScrExportToTouchstone

Exports the active dataset as SYZ data in touchstone format.

UI Command:   Results > SYZ > [Simulation Name] > Export Touchstone File.
Syntax:   obj.ScrExportToTouchstone(<filePath>)
Parameters:  

BSTR filePath

Return Value:  

INT:

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

obj.ScrExportToTouchstone("D:/Tests/testExport.s2p")

IPY Example:  

oDoc.ScrExportToTouchstone('D:/Tests/testExport.s2p')