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.
|
| VB Example: |
obj.ScrImportCapacitorDeratingTable(objShell.CurrentDirectory + "\derating_table.csv",errors) |
| IPY Example: |
|