API Reference io_shading

io_shading

Controller Class for the PHPP Shading worksheet.

Source: PHX/io_shading.py


Shading

IO Controller Class for PHPP “Shading” worksheet.

Attributes

AttributeTypeDescription
xl
shape

Properties

PropertyTypeDescription
header_rowThe row number for the Window entry ‘Header’.
entry_row_start
entry_row_end

Methods

find_header_row(_row_start, _row_end)

ArgTypeDescription
_row_start
_row_end

find_entry_block_start(_start_row, _read_length)

Return the starting row for the window data entry block.

ArgTypeDescription
_start_row
_read_length

find_entry_block_end(_start_row, _read_length)

Return the ending row for the window data entry block.

ArgTypeDescription
_start_row
_read_length

write_shading(_shading_rows)

Write a list of ShadingRow objects to the Shading worksheet.

ArgTypeDescription
_shading_rows