GQL Statement

IF(
    QUERY_FUTURE(hv_net_extra_capacity_needed) > 0,
    CEIL(DIVIDE(QUERY_FUTURE(hv_net_extra_capacity_needed), AREA(hv_net_capacity_per_step))),
    0
  )

Result

2019 936.97 ms
0
#
2050 0.03 ms
0
#

Description

The amount of capacity steps needed to built the future hv 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/hv_net/capacity/hv_net_capacity_steps_built.gql

References

Gquery hv_net_capacity_future