View source: R/dga_test_modifier.R
dga_test_modifier | R Documentation |
This function calculates the DGA test modifier for 33/10kV, 66/10kV and 132kV transformers. See e.g. section 6.12 on page 65 in CNAIM (2017).
dga_test_modifier( hydrogen = "Default", methane = "Default", ethylene = "Default", ethane = "Default", acetylene = "Default", hydrogen_pre = "Default", methane_pre = "Default", ethylene_pre = "Default", ethane_pre = "Default", acetylene_pre = "Default" )
hydrogen |
Numeric. Refers to the hydrogen level in the
transformer oil. Hydrogen levels are measured in ppm.
A setting of |
methane |
Numeric. Refers to the methane level in the
transformer oil. Methane levels are measured in ppm.
A setting of |
ethylene |
Numeric. Refers to the ethylene level in the
transformer oil. Ethylene levels are measured in ppm.
A setting of |
ethane |
Numeric. Refers to the ethane level in the
transformer oil. Ethane levels are measured in ppm.
A setting of |
acetylene |
Numeric. Refers to the acetylene level in the
transformer oil. Acetylene levels are measured in ppm.
A setting of |
hydrogen_pre |
Numeric. Previous results.
A setting of |
methane_pre |
Numeric. Previous results.
A setting of |
ethylene_pre |
Numeric. Previous results.
A setting of |
ethane_pre |
Numeric. Previous results.
A setting of |
acetylene_pre |
Numeric. Previous results.
A setting of |
Data table.
DNO Common Network Asset Indices Methodology (CNAIM), Health & Criticality - Version 2.1, 2021: https://www.ofgem.gov.uk/sites/default/files/docs/2021/04/dno_common_network_asset_indices_methodology_v2.1_final_01-04-2021.pdf
# DGA test modifier dga_test_modifier(hydrogen = "Default", methane = "Default", ethylene = "Default", ethane = "Default", acetylene = "Default", hydrogen_pre = "Default", methane_pre = "Default", ethylene_pre = "Default", ethane_pre = "Default", acetylene_pre = "Default")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.