export_variables_to_csv#
- Circuit.export_variables_to_csv(output_file, export_project_variables=True, export_design_properties=True)[source]#
Export design properties, project variables, or both to a CSV file.
- Parameters:
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oProject.GetProperties >>> oDesign.GetProperties >>> oProject.GetVariableValue >>> oDesign.GetVariableValue