ld_write_ies_lm63_2002: Write light distribution data ('ld_list') to an IES file

View source: R/lighting_distribution.R

ld_write_ies_lm63_2002R Documentation

Write light distribution data (ld_list) to an IES file

Description

ld_write_ies_lm63_2002() exports light distribution data (ld_list) after ANSI/IESNA LM-63-2002 standard in IES file format (*.ies).

Usage

ld_write_ies_lm63_2002(ld_list, file = "test")

Arguments

ld_list

A specific light distribution list

file

The path to file without extension.

Value

ld_write_ies_lm63_2002() returns a NULL invisibly.

Examples

# ld_write_ies_lm63_2002() will write the file to the current working
# directory, if it is unspecified without directory path.
## Not run: 
ld_write_ies_lm63_2002(ld_data, file = "test")

## End(Not run)

Wei-Lim/lighting documentation built on Oct. 17, 2023, 3:20 p.m.