View source: R/cof_cables_04_10kv.R
network_cof_cables_04_10kv | R Documentation |
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)"
.
network_cof_cables_04_10kv(hv_asset_category, actual_load_mva, secure = T)
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 |
Numeric. Network cost of failure.
network_cof_cables_04_10kv(hv_asset_category = "10kV UG Cable (Oil)", actual_load_mva = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.