lookupNode
Syntax
dbNode * lookupNode(char nodeName[]);
Function
Searches for a node definition in the database(s). If the node is not found or if the name is not unique, test modules/units report anerror in test systemwhile simulation/analysis nodes write a warning into the Write Window, and the function returns an invaliddbNode.
Parameters
nodeName The qualified name of the node. The syntax is[NetworkName::]NodeName, i.e. the network name is optional.
Return Values
The found unique node definition or an invalid object.
SeeData Types for Variables