Get_Phasor_Config
This VI takes in the original phasor configuration and finds the configuration of another pmu/pdc based on index and also returns the default name of that device. If the indexes don’t correspond to a device then the function returns 1 else 0. This VI is used to find the device that corresponds to a certain phasor outputting a specific data.
Input:
Phasor Index | The index of the corresponding to a device |
Phasor configuration | The configuration of the current device |
Pseudo PDC ID | Represents an ID number for software management and keeping track of which PDC instance is being used. The ID separate where the data is going to if on the same device. |
PMU Index | The index of the corresponding PMU |
Output:
Phasor configuration out | Configuration of the new pdc/pmu |
Name | Name of the new devices |
Function return | Returns 1 if there is no device that corresponds to the indexes else returns 0 |