Learn R Programming

CNAIM (version 1.0.1)

network_cof_ehv_cables: Network cost of Failure for EHV UG cabkes & 132 kV UG cables

Description

This function calculates network cost of failure for all asset categories exclusive the assets EHV and 132kV transformers. (cf. section 7.6, page 83, CNAIM, 2017). Network cost of failure is used in the derivation of consequences of failure see cof().

Usage

network_cof_ehv_cables(ehv_asset_category, actual_load_mva, secure = T)

Arguments

ehv_asset_category

String The type of EHV 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

Run this code
# NOT RUN {
network_cof_ehv_cables(ehv_asset_category = "33kV UG Cable (Oil)",
actual_load_mva = 15)
# }

Run the code above in your browser using DataLab