Learn R Programming

CNAIM (version 1.0.1)

network_cof_ehv_fittings: Network cost of Failure for EHV/132kV Fittings

Description

This function calculates network cost of failure for EHV fittings (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_fittings(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_fittings(ehv_asset_category = "33kV Fittings",
actual_load_mva = 15)
# }

Run the code above in your browser using DataLab