Learn R Programming

CNAIM (version 1.0.1)

network_cof_transformers: Network cost of Failure for Transformers

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_transformers(tf_asset_category, actual_load_mva, secure = T)

Arguments

tf_asset_category

String The type of Tower

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_transformers(tf_asset_category = "33kV Transformer (GM)",
actual_load_mva = 15)
# }

Run the code above in your browser using DataLab