Documentation Home Page HYPERSIM Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

3-Phase Fault


Description

3-phase faults can be simulated using a 3-phase circuit breaker whose second terminal is connected to the ground. As the circuit breaker, it is simulated as a variable resistance; very low if the breaker is closed and very high if the breaker is open. It can be controlled either with internal timing or by an external source through control signals or target digital inputs.


Table of Contents

Mask and Parameters

General Parameters

NameDescriptionUnitVariable = {Possible Values}
DescriptionUse this field to add all kinds of information about the component
Description = {'string'}
Control typeThe breakers' state can be controlled from any of the following sources




CmdBlockSelect = {0, 1, 3}

Internal {0}Internal control defined in the the Timing tab
External (input sensors) {1}Target digital inputs on CMD(a,b,c,n) sensor
External (input pins) {3}Schematic control signal; the received integer is converted to a binary string where each digit corresponds to a phase (or ground). Click here for more info.
RopenOpen state resistance of phase breakersΩROpen = { [0, 1e12] }
RclosedClosed state resistance of phase breakersΩRClose = { [0, 1e12] }
Breaking capacityCurrent absolute value below which phase breakers are allowed to open; applies only when the selected model type is BreakerAIMargin = { [0, 1e64] }
Base powerBase value pour PU conversionMVA totalpBase = { [1, 1e64] }
Base voltageBase value pour PU conversionkV rms LLvBase = { [1, 1e64] }
Base frequencyBase value pour PU conversionHzfbase = { [1, 1e64] }

Timing Parameters

NameDescriptionUnitVariable = {Possible Values}
Time unitsUnits applied to the programmed state transition operations




Ut = {s, ms, c}

Second {s}All operations Tn are in seconds
Millisecond {ms}All operations Tn are in milliseconds
Cycle {c}All operations Tn are in electrical cycles (setting the frequency is mandatory)
General operationMaster switch that determines whether the programmed operations will occur upon triggering an acquisition



EnaGen = {0, 1}

Disable {0}Programmed operations are disabled
Enable {1}Programmed operations are enabled
Steady-state condition
State of phase and ground breakers in steady-state; “colored” if the breaker is open and “grey” if the breaker is closed

EtatIniA = {0, 1}

EtatIniB = {0, 1}

EtatIniC = {0, 1}

EtatIniN = {0, 1}

Network frequency
Legacy. Should be set using the parameter "Base frequency".HzFreq = { [45, 70] }
Model typeFor each phase, determine whether the component acts as a switch or as a breaker


TypeA = {0, 1}

TypeB = {0, 1}

TypeC = {0, 1}

TypeN = {0, 1}

Breaker {0}Once the time condition is met, the breaker waits for the current to cross the breaking capacity before changing its state
Switch {1}The state of the switch changes as soon as the time condition is met
EnableEnable/disable the state transition operation on the same line.


EnaT1 = {0, 1}

EnaT2 = {0, 1}

...

Disable {0}Disable the state transition operation on the same line
Enable {1}Enable the state transition operation on the same line. If the line is enabled but no information is filled, the state transition operation is ignored.
Time



Relative time (with respect to POW synchronization) when the command is sent to the breaker (or switch) to change state. There are four ways to input this time.

Important notes:

  • For changes of state to occur, programmed operation times must always respect Tn>Tn-1.
  • If a parameter field is blank or contains “-”, no switching will occur for this line.
  • There is no alias for the type of timing in the API. The timing type and values are entered as a single string.
  • If using referenced operations, the calculated time is applied after it received the command from the other component. See the Referenced Operations section for more information.







Refer to "Time units" parameter






T1 = {'string'}

T2 = {'string'}

...




Fixed

(f: fixed time)

At each acquisition, Tn command is sent at the same time for all phases (and ground) selected in "Phase operated".

Incremental

(i: initial time/final time/time increment)

For the first acquisition, Tn command is sent at the set initial time for all phases (and ground) selected in "Phase operated". Then at each acquisition, Tn command is sent a time increment later than the previous acquisition. Once the final time is reached, the next acquisition will be done using the initial time again.

Uniform

(u: minimal time/maximal time)

At each acquisition, Tn command is sent at a random time. The probability is uniform over the specified range. All phases (and ground) selected in "Phase operated" DO NOT receive the command at the same time, it is also random.

Uniform gaussian

(ug: minimal time/maximal time/ dispersion)

At each acquisition, Tn command is sent at a random time. The probability follows a gaussian distribution over the specified range. All phases (and ground) selected in "Phase operated" DO NOT receive the command at the same time, it is also random.

Referenced operations

Use to refer the triggering of Tn to another breaker programmed state transition. See the Referenced Operations section for more information.

NB: all columns must be filled for the referenced operation to work.



ComponentName (or path) of the breaker to which the timing is referenced

Eref1 = {'path.name'}

Eref2 = {'path.name'}

...

TimeTime Tn ID of the referenced breaker's step to which the timing is referenced

Tref1 = {Tn}

Tref2 = {Tn}

...

Phase/CommandActivate (Phase) or deactivate (Command) the reference dependency

T1RPh = {0, 1}

T2RPh = {0, 1}

...

Phase operatedThe list of all phases (or ground) that will change state when this step is triggered. So if after Tn-1 the A and C phases are OFF and Tn triggers B and C, after Tn phases A and B will be OFF, and C will be ON.


T1Pa, T1Pb, T1Pc, T1Pg = {0, 1}

T2Pa, T2,Pb, T2Pc, T2Pg = {0, 1}

ON {1}"Colored" when a state transition shall occur
OFF {0}"Grayed out" when no state transition shall occur


Ports, Inputs, Outputs and Signals Available for Monitoring

Ports

NameDescription
Net_1Network connection (supports only 3-phase connections)

Inputs

NameDescription
PControl input for all phase and ground breaker commands. Click here for more info.

Outputs

None

Sensors

NameDescriptionUnit
CMD(a,b,c,n)Phase and ground breaker commands
I(a,b,c,n)Phase and ground breaker currentsA
PControl input for all phase and ground breaker commands; the received integer is converted to a binary string where each digit corresponds to a phase (or ground) in the following order: A, B, C, G
STATE(a,b,c,n)Phase and ground breaker states (may differ from the commands based on the "Model type" parameter)


Using the Input Pin

The circuit breaker can be controlled with the external pin. The input signal is of integer type and is internally converted to a logic value for all phases. The following tables show how to use the inputs:

Binary Value

State

0

Open

1

Close

Input

G

C

B

A


0

0

0

0

0


1

0

0

0

1

A

2

0

0

1

0

B

3

0

0

1

1

AB

4

0

1

0

0

C

5

0

1

0

1

AC

6

0

1

1

0

BC

7

0

1

1

1

ABC

8

1

0

0

0

G

9

1

0

0

1

AG

10

1

0

1

0

BG

11

1

0

1

1

ABG

12

1

1

0

0

CG

13

1

1

0

1

ACG

14

1

1

1

0

BCG

15

1

1

1

1

ABCG

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323