honeybee_plus.radiance.command.pcomb module¶
pcomb - combine Radiance pictures
-
class
honeybee_plus.radiance.command.pcomb.Pcomb(image_list=None, output_file=None, pcomb_parameters=None)[source]¶ Bases:
honeybee_plus.radiance.command._commandbase.RadianceCommand-
property
image_list¶
-
property
input_files¶ Return list of input files for this command.
-
output_file= None¶
-
property
pcomb_parameters¶ Get and set gendaymtx_parameters.
-
property
-
class
honeybee_plus.radiance.command.pcomb.PcombImage(original_pixel_use=None, scaling_factor=None, rgb_color_multiplier=None, input_image_file=None)[source]¶ Bases:
honeybee_plus.radiance.command._commandbase.RadianceCommand-
execute()[source]¶ Execute the command.
- Returns
Return fullpath to the result file if any as a string.
-
property
input_files¶ Return list of input files for this command.
-
input_image_file= None¶
-
original_pixel_use= None¶
-
property
radbin_path¶ Get and set path to radiance binaries. If you set a new value the value will be changed globally.
-
rgb_color_multiplier= None¶
-
scaling_factor= None¶
-