Tagged: 2021 R1, General (Q3D), q3d
-
-
January 31, 2023 at 9:26 am
FAQ
ParticipantQ3D で Setup 名をスクリプトで取得することが可能です。 使用するコマンド ・Setup 名を取得する:GetSetups() 選択中の Q3D デザインで Setup 名を取得して Message Manager に表示する IronPython のサンプルコードを下記に示します。 <注意>Q3D は GetSetupCount には対応していません。 <注意>本サンプルコードは、全ての動作を保証するものではありません。 ‘——————————————————————– import ScriptEnv ScriptEnv.Initialize(“Ansoft.ElectronicsDesktop”) oDesktop.RestoreWindow() oProject = oDesktop.GetActiveProject() oDesign = oProject.GetActiveDesign() oModule = oDesign.GetModule(“AnalysisSetup”) setup_names = oModule.GetSetups() for setup in setup_names : AddInfoMessage(setup) ‘——————————————————————– キーワード: Script, スクリプト, VBS, IronPython, GetSetups
-

Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...

How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...

Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...

Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- バッチ処理方法を教えてください.
- モデルファイルが破損して開けません 対処方法をおしえてください
- Icepakで使える乱流モデルの「Zero Equation」とは何ですか?
- Icepakで使える乱流モデルの「RNG」とは何ですか?
- Icepak で使える乱流モデルの「Enchanced RNG」とは何ですか?
- Icepakで使える乱流モデルの「Two Equation」とは何ですか?
- Icepak で使える乱流モデルの「Spalart-Allmaras」とは何ですか?
- メッシュの並列化の設定方法を教えて下さい
- 「ANSYS Electronics Desktop」アイコンで起動させても、Twin Builder用のデスクトップしか起動しない
- Icepak で使える乱流モデルの「Enhanced two equation」とは何ですか?
© 2023 Copyright ANSYS, Inc. All rights reserved.