honeybee_radiance_command.options.gendaymtx module¶
Gendaymtx parameters.
- class honeybee_radiance_command.options.gendaymtx.GendaymtxOptions[source]¶
Bases:
OptionCollection
[-v][-h][-A][-d|-s|-n][-u][-D file [-M modfile]][-r deg][-m N][-g r g b][-c r g b] [-o{f|d}][-O{0|1}]
Also see: https://www.radiance-online.org/learning/documentation/manual-pages/pdfs/gendaymtx.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.
- property A¶
Average sky calculated over all the timesteps.
- property D¶
Output file for list of solar positions.
- property M¶
Output file for list of solar modifiers.
- property O¶
0
The -O1 option specifies that output should be total solar radiance rather than ‘ ‘visible radiance - default O0
- Type:
Output format – default
- additional_options¶
- property c¶
Sky color.
- property command¶
Command name.
- property d¶
Produce a sun only matrix.
- property g¶
Ground color.
- property h¶
Remove header.
- property m¶
1
- Type:
Sky resolution – default
- property n¶
No output to stdout.
- property o¶
Output type.
- property options¶
Print out list of options.
- property r¶
Rotation from north.
- property s¶
Exclude direct solar.
- property slots¶
Return slots including the ones from the baseclass if any.
- property u¶
A boolean for sun up hours.
- property v¶
Verbose reporting.