Learn R Programming

CNAIM (version 2.1.4)

network_cof_cables_04_10kv: 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)

Value

Numeric. Network cost of failure.

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

Examples

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

Run the code above in your browser using DataLab