gpeGetMapEntry
gpeGetMapEntry(u_sandbox t_name[?verbose{t|nil} ] ) =>l_mapEntry/ nil
Description
Returns the map entry DPL from the specified Modgen sandbox object that matches the specified schematic or symbol name. The function first looks for a matching schematic name; if not found, then looks for a matching symbol name and returns the first match.
Arguments
|
Specifies the Modgen sandbox object from which map entries must be retrieved. |
|
|
Specifies the schematic or symbol name for which the map entry must be retrieved. |
|
Value Returned
|
Returns a disembodied property list with parameters: |
|
Example
Returns the map entry DPL from the specified Modgen sandbox object.
sb = gpeEditSandbox() => pe:0x#####
me = gpeGetMapEntry(sb "M0")
Return to top