lookupPdu
Syntax
dbPDU * lookupPDU(char pduName[]);
Function
Searches for a PDU definition in the database(s). If the PDU 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 invaliddbPDU.
Parameters
pduName The qualified name of the PDU. The syntax is[NetworkName::][NodeName::]PDUName, i.e., both network name and node name are optional.
Return Values
The found unique PDU definition or an invalid object.
SeeData Types for Variables