network_cof_transformer_30_60kv: Network cost of Failure for 30/10kV and 60/10kV Transformers

View source: R/cof_transformer_30_60kv.R

network_cof_transformer_30_60kvR Documentation

Network cost of Failure for 30/10kV and 60/10kV Transformers

Description

This function calculates network cost of failure for Outputted in DKK.

Usage

network_cof_transformer_30_60kv(
  tf_asset_category,
  actual_load_mva,
  secure = T,
  gb_ref_given = NULL
)

Arguments

tf_asset_category

String The type of Tower Options: tf_asset_category = c("30kV Transformer (GM)", "60kV Transformer (GM)").

actual_load_mva

Numeric. The actual load on the asset

secure

Boolean If the asset is in a secure network or not

gb_ref_given

optional parameter to use custom reference values

Value

Numeric. Network cost of failure.

Examples

network_cof_transformer_30_60kv(tf_asset_category = "30kV Transformer (GM)",
actual_load_mva = 15)

Utiligize/CNAIM documentation built on Sept. 10, 2022, 9:19 a.m.