Type alias DoesFcdaMeetExtRefRestrictionsOptions

DoesFcdaMeetExtRefRestrictionsOptions: {
    checkOnlyBType?: boolean;
    controlBlockType?: "GOOSE" | "Report" | "SMV" | "Poll";
}

Type declaration

  • Optional checkOnlyBType?: boolean

    Whether to check only service type (pServT) and basic type (not pDO and pLN). Default false

  • Optional controlBlockType?: "GOOSE" | "Report" | "SMV" | "Poll"

    The control block type to check against pServT

Generated using TypeDoc