ScrImportPmap

Imports a *.pmap file to map locally defined capacitor and inductor part names to s-parameter models from the component library
UI Command:   None.
Syntax:   obj.ScrImportPmap(<fileName>)
Parameters:  

BSTR fileName (full path)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.ScrImportPmap ("E:/Files/foo.pmap")

IPY Example:  

oDoc.ScrImportPmap('C:/Files/foo.pmap')