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

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

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

説明

使用可能なアーキテクチャを取得します。

構文

get_architectures()

戻り値

アーキテクチャのリスト。

# Get list of all available architectures
archs = get_architectures()
# archs == ['Versal', 'UltraScale+', 'Kria']