honeybee_radiance_command.options.rmtxop module¶
Rmtxop parameters
- class honeybee_radiance_command.options.rmtxop.RmtxopOptions[source]¶
Bases:
OptionCollection
[-v] [-f[afdc]]
Also see: https://www.radiance-online.org/learning/documentation/manual-pages/pdfs/rmtxop.pdf
- 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.
- additional_options¶
- property command¶
Command name.
- property f¶
Output data format. Can be specified as ASCII(a), binary double(d), float(f) or RGBE colors(c). By default, the output is written in the lowest resolution format among inputs.
- property options¶
Print out list of options.
- property slots¶
Return slots including the ones from the baseclass if any.
- property v¶
Turn on verbose reporting, which announces each matrix operation