mpGetMasterDpeForDpe()
Returns the master datapoint for the given DP.
Synopsis
string mpGetMasterDpeForDpe(string dpe);
Parameters
| Parameter | Description |
|---|---|
| dpe | The datapoint for that the master datapoint will be returned. |
Return value
The master datapoint for the given datapoint.
Error
Description
Returns the master datapoint for the given DP.
Example
main()
{
string p = mpGetMasterDpeForDpe("DP1");
DebugN("Master datapoint:", p);
}
Assignment
Datapoint functions.
Availability
CTRL