Learn R Programming

CNAIM (version 1.0.1)

ffa_test_modifier: Oil Test Modifier

Description

This function calculates the FFA test modifier based on the levels of furfuraldehyde in the transformer oil. This function applies for 33/10kV, 66/10kV and 132kV transformers. See e.g. section 6.13 on page 67 in CNAIM (2017).

Usage

ffa_test_modifier(furfuraldehyde = "Default")

Arguments

furfuraldehyde

Numeric. Refers to the furfuraldehyde level in the transformer oil. furfuraldehyde levels are measured in ppm. A setting of "Default" will result in the best possible result.

Value

Data table.

Examples

Run this code
# NOT RUN {
# FFA test modifier
ffa_test_modifier(furfuraldehyde = 50)
# }

Run the code above in your browser using DataLab