network_cof_cables_04_10kv {CNAIM} | R 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)
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 |
Value
Numeric. Network cost of failure.
Examples
network_cof_cables_04_10kv(hv_asset_category = "10kV UG Cable (Oil)",
actual_load_mva = 15)
[Package CNAIM version 2.1.4 Index]