ld_update | R Documentation |
ld_update()
changes configurable parameters in the light
distribution data. The principal light distribution is not altered in the process.
ld_update(
ld_list,
filepath = NA,
file_name = NA,
company = NA,
report_no = NA,
luminaire_name = NA,
luminaire_no = NA,
date_user = NA,
length = NA,
width = NA,
height = NA,
length_lum = NA,
width_lum = NA,
height_lum_C0 = NA,
height_lum_C90 = NA,
height_lum_C180 = NA,
height_lum_C270 = NA,
lamp_no = NA,
lamp_type = NA,
lum_flux = NA,
cct = NA,
cri = NA,
power = NA
)
ld_list |
A specific light distribution list |
filepath |
Filepath of imported original light distribution file |
file_name |
Name of LDT-file without extension |
company |
Company identification/databank/version/format identification |
report_no |
Measurement report number |
luminaire_name |
Luminaire name |
luminaire_no |
Luminaire number |
date_user |
Date/user |
length |
Length/diameter of luminaire (mm) |
width |
b - Width of luminaire (mm) (b = 0 for circular luminaire) |
height |
Height of luminaire (mm) |
length_lum |
Length/diameter of luminous area (mm) |
width_lum |
b1 - Width of luminous area (mm) (b1 = 0 for circular luminous area of luminaire) |
height_lum_C0 |
Height of luminous area C0-plane (mm) |
height_lum_C90 |
Height of luminous area C90-plane (mm) |
height_lum_C180 |
Height of luminous area C180-plane (mm) |
height_lum_C270 |
Height of luminous area C270-plane (mm) |
lamp_no |
Number of lamps. For absolute photometry, number is negative. |
lamp_type |
Type of lamps |
lum_flux |
Total luminous flux of lamps (lm). For absolute photometry, this field is Total Luminous Flux of Luminaire. |
cct |
Color appearance / color temperature of lamps |
cri |
Color rendering group / color rendering index |
power |
Wattage including ballast (W) |
ld_update()
returns a light distribution list (ld_list)
ld_update(ld_data, company = "test company")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.