Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current voltage parameters are described in a JSON format. The following parameters must appear in the file.


Paremeter (JSON key)Value typeUnitDescriptionExample

currentBreakpoints

double[]A

Current breakpoints of the Surge Arrester

"currentBreakpoints":[
    0.0,
    1.0e-3,
    3.0e-3,
    1.0e-2,
    1.0e-1,
    10.0,
    200.0,
    600.0
  ],

voltageValues

double[]VVoltage values for each current breakpoint of the Surge Arrester"voltageValues": [
    0.0,
    426.4e3,
    450.18e3,
    455.92e3,
    467.4e3,
    501.84e3,
    519.88e3,
    527.26e3
  ]

All the examples above concatenated would give in a valid JSON format:

View file
nameMOV_V1.json
height250

Parameter constraints

The following constraints applies the saturation characteristic:

Mathblock
anchor
alignmentleft
V \ge 0; I \ge 0


Mathblock
anchor
alignmentleft
V_{i+1} > V_i \implies I_{i+1} \gt I_{i} \text{ (strictly monotonically increasing)}

where

Mathinline
bodyV
 is the voltage, and
Mathinline
bodyI
 is the current.

Additionally, the number of elements of the array “currentBreakpoints“ shall be the same of “voltageValues“ and the number of points shall be less than or equal to 17.