GQL Statement

IF(
    QUERY_FUTURE(mv_net_extra_capacity_needed) > 0.0,
    CEIL(DIVIDE(QUERY_FUTURE(mv_net_extra_capacity_needed), AREA(mv_net_capacity_per_step))),
    0.0
  )

Result

2019 228.92 ms
0.0
#
2050 0.03 ms
0.0
#

Description

The amount of capacity steps needed to built the future mv net. A capacity step is the extra capacity which will be built, when the net needs to be increased. The step size and costs is defined in the area files.

Characteristics

Groups
Unit #
File path /app/tmp/etsource/gqueries/modules/network_calculation/mv_net/capacity/mv_net_capacity_steps_built.gql

References

Gquery mv_net_capacity_future