honeybee_plus.radiance.command.dctimestep module

dctimestep - transform a RADIANCE scene description

class honeybee_plus.radiance.command.dctimestep.Dctimestep(tmatrix_file=None, dmatrix_file=None, sky_vector_file=None, vmatrix_spec=None, dctimestep_parameters=None, output_filename_format=None, output_name=None, daylight_coeff_spec=None)[source]

Bases: honeybee_plus.radiance.command._commandbase.RadianceCommand

daylight_coeff_spec = None
property dctimestep_parameters

Get and set gendaymtx_parameters.

dmatrix_file = None
property input_files

Return list of input files for this command.

output_file = None
property output_filename_format

-o option in dctimestep.

The -o option may be used to specify a file or a set of output files to use rather than the standard output. If the given specification contains a ‘%d’ format string, this will be replaced by the time step index, starting from 1. In this way, multiple output pictures may be produced, or separate result vectors (one per timestep).

sky_vector_file = None
tmatrix_file = None
to_rad_string(relative_path=False)[source]

Return radiance command line.

vmatrix_spec = None