honeybee_radiance_command.options.getinfo module¶
- class honeybee_radiance_command.options.getinfo.GetinfoOptions[source]¶
Bases:
OptionCollection
getinfo options.
Also see: https://floyd.lbl.gov/radiance/man_html/getinfo.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)¶
Update options from a standard radiance string.
If the option is not currently part of the collection, it will be added to additional_options.
- property a¶
Text to add to the file header
Add one or more header lines to the standard input. These lines are given as arguments to getinfo, and will be automatically quoted if they contain spaces.
- additional_options¶
- property command¶
Command name.
- property d¶
False
The −d option can be used to print the dimensions of an octree or picture file instead of getting the header. For an octree, getinfo −d prints the bounding cube (xmin ymin zmin size). For a picture, getinfo −d prints the y and x resolution (−Y yres +X xres).
- Type:
Print the dimensions instead - default
- property options¶
Print out list of options.
- property slots¶
Return slots including the ones from the baseclass if any.