Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations IDS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How trigger the expression information from post

Status
Not open for further replies.

Bingos

Aerospace
Jun 13, 2007
45
Hi

How to take the output of expression information from post

For example dia 10.0

how to extract the information through postprocessor

i tried with the inbuilt variable....its not triggering information
 
Replies continue below

Recommended for you

You can use the MOM command:

[MOM_ask_ess_exp_value "expression name here"]

An example : variable name is "x_len" and expression name is "blkx"

catch {if {[MOM_ask_ess_exp_value blkx] != ""} {

set x_len [MOM_ask_ess_exp_value blkx]}}

MOM_output_literal "(Blank Length is : $x_len)"



John Joyce
Tata Technologies iKS
1675 Larimer St.
Denver, CO
 
Thank you verymuch...

Its working !!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor