Tagged: 2020 R2, General (Q3D), q3d
-
-
January 31, 2023 at 9:26 am
FAQ
ParticipantDesign変数名と設定されている値をスクリプトで取得することが可能です。 使用するコマンド ・デザイン変数名を取得する:GetVariables() ・デザイン変数に設定された値を取得する:GetVariableValue(<VarName>) デザイン変数名と値を取得して MessageBox で表示する VBS のサンプルコードを下記に示します。 <注意>本サンプルコードは、全ての動作を保証するものではありません。 ——————————————————————– Set oAnsoftApp = CreateObject(“Ansoft.ElectronicsDesktop”) Set oDesktop = oAnsoftApp.GetAppDesktop() oDesktop.RestoreWindow Set oProject = oDesktop.GetActiveProject() Set oDesign = oProject.GetActiveDesign() design_var_array = oDesign.GetVariables() for i=0 to UBound(design_var_array) design_var_value = oDesign.GetVariableValue(design_var_array(i)) msgbox design_var_array(i) & ” : ” & design_var_value next ——————————————————————– キーワード: Script, スクリプト, VBS, IronPython, GetVariables, GetVariableValue
-

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.