network_cof_cables_04_10kv: Network cost of Failure for 0.4kV and 10kV UG Cables

View source: R/cof_cables_04_10kv.R

network_cof_cables_04_10kvR Documentation

Network cost of Failure for 0.4kV and 10kV UG Cables

Description

This function calculates network cost of failure for 0.4kV and 10kV UG cables, outputted in DKK hv_asset_category = c("10kV UG Cable (Oil)", "10kV UG Cable (Non Pressurised)", "0.4kV UG Cable (Non Pressurised)".

Usage

network_cof_cables_04_10kv(
  hv_asset_category,
  actual_load_mva,
  secure = T,
  gb_ref_given = NULL
)

Arguments

hv_asset_category

String The type of HV asset category

actual_load_mva

Numeric. The actual load on the asset

secure

Boolean If the asset is in a secure network or not

gb_ref_given

optional parameter to use custom reference values

Value

Numeric. Network cost of failure.

Examples

network_cof_cables_04_10kv(hv_asset_category = "10kV UG Cable (Oil)",
actual_load_mva = 15)

Utiligize/CNAIM documentation built on Sept. 10, 2022, 9:19 a.m.