-
Blacksmith by TELUS Monarch Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
Exceedra by TELUS Monarch Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
Christie's and Sotheby's Auction - Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
Stifel Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
EDEM Calibration Kits
Overview The EDEM calibration kit is a collection of EDEM models of bulk solids characterisation tests that are commonly used to provide benchmark measurements for EDEM material model calibration and the associated EDEMpy post-processing scripts that automate the results extraction from these tests. More information about…
-
Fiserv PEP+ Monarch Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
FIS XAA Monarch Models & Workspaces
Overview Classic Models (.dmod) extract use templates to extract data from a specific report at a time. Classic Models can also acquire data from structured sources like Excel, CSV, and Database sources. Classic models may include filters, sorts, calculated fields, lookup fields, and summary aggregations. Data Prep Studio…
-
Line based on mathematical expression
Overview This TCL macro is made to trace lines based on mathematical formulas. The line is traced is X-Y plane. When executed, a user interface window pops-up. The user can choose X value to begin and end the curve. He can also choose the step with which points are created, based on the equation. When all the points are…
-
Query result values of an element set and write to .TXT-file
Overview This script will apply a Contour plot and query result values of an element set. These values are written to a .TXT-file. January 18th 2024: Script version was corrected as element set label was hardcoded in the procedure. This line 88 was deleted and new script version attached. Pre-Requisite…
-
CADから算出された重心ポイントを取得するスクリプト
Overview Altairの機構解析・マルチボディソリューションのMotionViewはPython APIを提供しており、様々な自動化が可能です。 本記事では、CADから算出された重心位置にジョイントを配置するスクリプトを紹介します。 サンプルスクリプト下記です。 from hw import mview m=mview.getModel() p=m.b_Base.geomprops.cg mview.Joint(b1='b_Base',b2='B_Ground',origin=p,type='FixedJoint') Pre-Requisite MotionView /…