ScrImportCapacitorDeratingTable

Assigns capacitor derating attributes and opens modified SIwave file.
UI Command:   Simulation > Options. Under DC Bias, click Open.
Syntax:   obj.ScrImportCapacitorDeratingTable(<bDeratingTablePath>, <errors>)
Parameters:  

BSTR bDeratingTablePath

ARRAY errors

Return Value:  

INT number of capacitors in the derating file that could not be found in the design.

  • -1 – Failure
VB Example:  

obj.ScrImportCapacitorDeratingTable(objShell.CurrentDirectory + "\derating_table.csv",errors)

IPY Example:  

oDoc.ScrImportCapacitorDeratingTable('C:/csvfiles/derating_table.csv','errors')