Learn R Programming

CNAIM (version 1.0.1)

network_cof_ehv_sub_cable: Network cost of Failure for EHV /132 kV sub 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_sub_cable(
  sub_cable_asset_category,
  actual_load_mva,
  secure = T
)

Arguments

sub_cable_asset_category

String The type of sub cable 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_sub_cable(sub_cable_asset_category = "EHV Sub Cable",
actual_load_mva = 15, secure = TRUE)
# }

Run the code above in your browser using DataLab