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