honeybee_radiance_command.options.dctimestep module¶
Dctimestep parameters
- class honeybee_radiance_command.options.dctimestep.DctimestepOptions[source]¶
Bases:
OptionCollection
[-n nsteps] [-h][-o ospec][-i{f|d}][-o{f|d|c}]
Also see: https://www.radiance-online.org/learning/documentation/manual-pages/pdfs/dctimestep.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 h¶
Remove header.
- property i¶
Input data format for the sky vector
- property n¶
Number of time steps
- property o¶
Output file or output files format string
- property op_fmt¶
output data format
- property options¶
Print out list of options.
- property slots¶
Return slots including the ones from the baseclass if any.