honeybee_radiance_command.options.ies2rad module¶
- class honeybee_radiance_command.options.ies2rad.Ies2radOptions[source]¶
Bases:
OptionCollectionies2rad options.
Also see: https://radsite.lbl.gov/radiance/man_html/ies2rad.1.html
- to_file(folder, file_name, mkdir=False)¶
Write options to a file.
- to_radiance()¶
Translate options to Radiance format.
- update_from_string(string, raise_error=False)¶
Update options from a standard radiance string.
If the option is not currently part of the collection, it will be added to additional_options.
- additional_options¶
- property c¶
Default lamp RGB color.
- property command¶
Command name.
- property d¶
Output units.
- property f¶
Lamp lookup table file.
- property g¶
Compile MGF geometry into a separate octree.
- property i¶
Ignore IES geometry and use an illum sphere.
- property l¶
Library directory path.
- property m¶
Multiply output quantities by factor.
- property o¶
Output file name root.
- property options¶
Print out list of options.
- property p¶
Library subdirectory path.
- property s¶
Send scene information to standard output.
- property slots¶
Return slots including the ones from the baseclass if any.
- property t¶
Force lamp type.
- property u¶
Default lamp color from lookup table.