CompleteInstance: MutableCluster<{
    attributes: {
        activeEndpoints: Attribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                dynamicPowerFlow: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                setTopology: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    };
    features: {
        dynamicPowerFlow: BitFlag;
        nodeTopology: BitFlag;
        setTopology: BitFlag;
        treeTopology: BitFlag;
    };
    id: 156;
    name: "PowerTopology";
    revision: 1;
}, []>

Type declaration

  • Readonlyattributes: {
        activeEndpoints: Attribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                dynamicPowerFlow: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
        availableEndpoints: FixedAttribute<EndpointNumber[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                setTopology: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    }
    • ReadonlyactiveEndpoints: Attribute<EndpointNumber[], any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              dynamicPowerFlow: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
    • ReadonlyavailableEndpoints: FixedAttribute<EndpointNumber[], any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              setTopology: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
  • Readonlyfeatures: {
        dynamicPowerFlow: BitFlag;
        nodeTopology: BitFlag;
        setTopology: BitFlag;
        treeTopology: BitFlag;
    }
    • ReadonlydynamicPowerFlow: BitFlag

      DynamicPowerFlow

      The specified set of endpoints may change

    • ReadonlynodeTopology: BitFlag

      NodeTopology

      This endpoint provides or consumes power to/from the entire node

    • ReadonlysetTopology: BitFlag

      SetTopology

      This endpoint provides or consumes power to/from a specified set of endpoints

    • ReadonlytreeTopology: BitFlag

      TreeTopology

      This endpoint provides or consumes power to/from itself and its child endpoints

  • Readonlyid: 156
  • Readonlyname: "PowerTopology"
  • Readonlyrevision: 1