cns_isNode
Checks whether the given ID path is a node.
Synopsis
bool cns_isNode(string node);
Parameters
Parameter | Description |
---|---|
node | ID path which shall be checked |
Return value
Returns TRUE if the given ID is a node, otherwise FALSE.
Errors
-
Description
This function checks whether the given ID path is a node or not.
main()
{
cns_isNode("System1.View3:Node1");
}
Availability
UI, CTRL