export_variables_to_csv#
- Q3d.export_variables_to_csv(output_file: str | Path, export_project_variables: bool = True, export_design_properties: bool = True) bool#
Export design properties, project variables, or both to a CSV file.
- Parameters:
- output_file
strorpathlib.Path Full path and name for the CSV file.
- export_project_variablesbool,
optional Whether to export project variables. The default is
True.- export_design_propertiesbool,
optional Whether to export design properties. The default is
True.
- output_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oProject.GetProperties >>> oDesign.GetProperties >>> oProject.GetVariableValue >>> oDesign.GetVariableValue