Function extRefTypeRestrictions

  • This function returns the common data class CDC of the specified data object pDO and the basic type of the specified data attribute pDA.

    The `CDC` of a given `pDO` is determined based on NSD files.
    This function therefore assumes the `pDO` to be a data object defined
    in the namespace of the IEC 61850-7-4 and IEC 61850-7-3

    Parameters

    • extRef: Element

      The later binding type external reference

    Returns {
        bType?: string;
        cdc: string;
    } | undefined

    An object that contains the cdc and with existing pDA the bType or undefined if no valid specification can be returned

Generated using TypeDoc