cphGetPhysicalTermName
cphGetPhysicalTermName(g_physConfigID t_path t_logTermName) =>t_physTermName/ nil
Description
Returns the name of the corresponding physical terminal name for a specified logical terminal on a specified occurrence.
Arguments
Value Returned
|
There is no mapping information for the specified logical terminal name or the logical terminal name is invalid. |
Example
physTermName=cphGetPhysicalTermName(physConfigID "I0/N0" "S")
Return to top