GQL Statement
IF(
    QUERY_FUTURE(lv_net_extra_capacity_needed) > 0.0,
    CEIL(DIVIDE(QUERY_FUTURE(lv_net_extra_capacity_needed), AREA(lv_net_capacity_per_step))),
    0.0
  )
Result
Description
The amount of capacity steps needed to built the future lv 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/lv_net/capacity/lv_net_capacity_steps_built.gql | 
References