close(...) - close(...) - 2026.1 日本語 - UG1781

Power Design Manager Python スクリプト ガイド (UG1781)

Document_ID
UG1781
Release_Date
2026-06-23
Version
2026.1 日本語

説明

プロジェクトを閉じます。

構文

close()

# Close the current project
proj = open_project('my_design.pdm')
# ... perform operations ...
proj.close()