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:
|
| VB Example: |
obj.ScrExportToTouchstone("D:/Tests/testExport.s2p") |
| IPY Example: |
oDoc.ScrExportToTouchstone('D:/Tests/testExport.s2p') |