financial_cof_transformer_30_60kv: Financial cost of Failure for 30/10 kV and 60/10 kV...

View source: R/cof_transformer_30_60kv.R

financial_cof_transformer_30_60kvR Documentation

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

Description

This function calculates financial consequences of failure Outputted in DKK.

Usage

financial_cof_transformer_30_60kv(
  tf_asset_category,
  type_financial_factor_kva_mva = NULL,
  access_factor_criteria
)

Arguments

tf_asset_category

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

type_financial_factor_kva_mva

Numeric The type financial factor kVA MVA for Transformer

access_factor_criteria

String. Asses Financial factor criteria for Transformer setting (cf. table 221, page 180, CNAIM, 2021). Options: access_factor_criteria = c("Type A", "Type B", "Type C").

Value

Numeric. Financial consequences of failure for Transformer

Examples

financial_cof_transformer_30_60kv(tf_asset_category = "30kV Transformer (GM)",
type_financial_factor_kva_mva = 20,
access_factor_criteria = "Type A")

CNAIM documentation built on Aug. 31, 2022, 9:13 a.m.