pedarProbe.export.attribute_batch_export#
- pedarProbe.export.attribute_batch_export(node, attr_name: str, export_layer: str, export_folder='output', save_suffix: str = '')[source]#
Batch export the analysis result of a specific layer in the node tree as a
.xlsxfile.- Parameters:
attr_name – attribute name, which is a keyword in
PedarNode’sattributesdictionary.export_layer – if export as local file, the name of the layer to export.
export_folder – the folder of the exported file.
save_suffix –
the suffix added to the default export file name
sensor_pti.Tip
A specific suffix can avoid exported file be override by future export.