Type alias SupervisionOptions

SupervisionOptions: {
    checkDuplicateSupervisions: boolean;
    checkEditableSrcRef: boolean;
    checkMaxSupervisionLimits: boolean;
    fixedLnInst: number;
    newSupervisionLn: boolean;
}

Type declaration

  • checkDuplicateSupervisions: boolean

    Whether the given control block is already supervised in the subscriber IED. Defaulting to true.

  • checkEditableSrcRef: boolean

    Whether to check for valKind/valImport. Defaulting to true

  • checkMaxSupervisionLimits: boolean

    Whether a new supervision would exceed the limits set in the Services section or whether an existing supervision LN control block reference is empty or invalid and can be used. Defaulting to true.

  • fixedLnInst: number

    A fixed inst attribute for a new logical node (LGOS/LSVS) instance otherwise ignored. The default -1 sets the inst attribute automatically.

  • newSupervisionLn: boolean

    Whether supervision instantiation shall be with new logical node instance

Generated using TypeDoc