recordPartialPluggableUnbalanced

Partial interface for unbalanced loads

Information

This record contains a set of parameters that are used when modeling three-phase unbalanced systems. The record contains three boolean flags that are used to determine which of the three-phase are connected to the network.

Parameters

TypeNameDefaultDescription
BooleanplugPhase1trueIf true, phase 1 is connected
BooleanplugPhase2trueIf true, phase 2 is connected
BooleanplugPhase3trueIf true, phase 3 is connected

Revisions

  • September 24, 2014, by Marco Bonvini:
    Changed PlugPhase* to plugPhase*.
  • June 4, 2014, by Marco Bonvini:
    Added the information section.