ScrExportDcSimReportOptions

Used before ScrExportDcSimReport to set options for DC report generation.

UI Command:   Results > DC IR > [Simulation Name] > Export Report. Specify options.
Syntax:   obj.ScrExportDcSimReportOptions(<showDevices>, <filtersXmlFilenameWithPath>)
Parameters:  

BOOL showDevices (True to show devices and device names for devices with pins on signal nets that are involved in the current simulation)

BSTR filtersXmlFilenameWithPath (full path to XML file containing filters for current, voltage or power plots on selected layers and nets)

Return Value:  

INT:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrExportDcSimReportOptions(TRUE, "C:/Projects/filter.xml")

IPY Example:  

oDoc.ScrExportDcSimReportOptions(True, 'C:/Projects/filter.xml')