network_cof_switchgear_30_60kv: Network cost of Failure for 30kV and 60kV Switchgear

View source: R/cof_switchgear_30_60kv.R

network_cof_switchgear_30_60kvR Documentation

Network cost of Failure for 30kV and 60kV Switchgear

Description

This function calculates network cost of failure for 30kV and 60kV switchgear. Network cost of failureis used in the derivation of consequences of failure see cof(). Outputted in DKK.

Usage

network_cof_switchgear_30_60kv(ehv_asset_category, actual_load_mva, secure = T)

Arguments

ehv_asset_category

String The type of 30kV and 60kV switchgear category Options: ehv_asset_category = c("30kV", "60kV").

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

network_cof_switchgear_30_60kv(ehv_asset_category = "30kV",
actual_load_mva = 15)

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