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
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | plugPhase1 | true | If true, phase 1 is connected |
| Boolean | plugPhase2 | true | If true, phase 2 is connected |
| Boolean | plugPhase3 | true | If true, phase 3 is connected |
Revisions
-
September 24, 2014, by Marco Bonvini:
ChangedPlugPhase*toplugPhase*. -
June 4, 2014, by Marco Bonvini:
Added the information section.