ScrExportZ0ScanReport

Generates an HTML report file containing impedance plots taken for every layer.

To specify additional report options, use ScrExportZ0ScanReportColorBarProperties and ScrExportZ0ScanReportScaling.

UI Command:   Results > Impedance Scan > Export Report.
Syntax:   obj.ScrExportZ0ScanReport(<simName>, <fileNameWithPath>)
Parameters:  

BSTR simName

BSTR fileNameWithPath (include file extension)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrExportZ0ScanReport("Z0 Scan 1", "D:/AutomationTest/ScriptReportTest.htm")

IPY Example:  

oDoc.ScrExportZ0ScanReport('Z0 Scan 1', 'D:/AutomationTest/ScriptReportTest.htm')