GQL Statement

IF(
    AREA(mv_net_spare_capacity) >= 1.0,
    0.0,
    QUERY_PRESENT(mv_net_peak_load_present) / (1.0 - AREA(mv_net_spare_capacity))
  )

Result

2015 184.47 ms
17,033.00205720768
MW
2050 0.04 ms
17,033.00205720768
MW

Description

The capacity of the the low voltage net in the present. The 0.000001 is to prevent it from breaking, when spare capacity is 100%.

Characteristics

Groups
Unit MW
File path /app/tmp/etsource/gqueries/modules/network_calculation/mv_net/capacity/mv_net_capacity_present.gql

References

Gquery kpi_required_additional_mv_network_percentage
Gquery mv_net_capacity_delta_present_future
Gquery mv_net_capacity_future
Gquery mv_net_extra_capacity_needed