ScrSetEmiScannerParameters
|
Sets the parameters for running an EMI scan via ScrRunSimulation. If this function is not called, the scan runs with the EMI parameters already set in the file. If none are set, the scan runs using the default "EM Rules" with auto-tagging. |
|
| UI Command: | Simulation > EMI Scanner. |
| Syntax: | obj.ScrSetEmiScannerParameters(<rulesXmlFilenameWithPath>, <rulesProfileIndex>, <tagsXmlFilenameWithPath>) |
| Parameters: |
BSTR rulesXmlFilenameWithPath (If rulesXmlFilenameWithPath is left an empty string, rulesProfileIndex is used) INT rulesProfileIndex, where:
BSTR tagsXmlFilenameWithPath |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrSetEmiScannerParameters "C:/Projects/rules.xml", 0, "C:/Projects/tags.tgs" |
| IPY Example: |
oDoc.ScrSetEmiScannerParameters('C:/Projects/rules.xml', 0, 'C:/Projects/tags.tgs') |