honeybee_radiance_command.options.pflip module

class honeybee_radiance_command.options.pflip.PflipOptions[source]

Bases: honeybee_radiance_command.options.optionbase.OptionCollection

pflip options.

Also see: https://floyd.lbl.gov/radiance/man_html/pflip.1.html

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 c

Boolean for whether to correct an improper original image orientation.

If selected, the recorded scanline ordering will not be changed.

property command

Command name.

property h

Boolean for whether to perform a horizontal flip.

property options

Print out list of options.

property slots

Return slots including the ones from the baseclass if any.

property v

Boolean for whether to perform a vertical flip.