Skip to main content
1-Visitor
March 28, 2017
Question

Get the parameter list of a model

  • March 28, 2017
  • 1 reply
  • 2115 views

I have a model .I want to get that model parameter in a Excel file.We can get it by Tools=>Parameters=>File=>Export. By this we can easily export the parameters of the model into csv file.But i Want to get the list of parameters list by j-link program for a Standard Comparison.Is possible to get the list of Parameter?Suggest some Idea.

1 reply

16-Pearl
March 28, 2017

Use for loop to load the required parameter from the model using

IpfcParameterOwner.GetParam("Parameter Name")

then export as *.csv

ddhini1-VisitorAuthor
1-Visitor
March 29, 2017

Thanks for your response.Can you explain it brief?

15-Moonstone
April 17, 2017

IpfcParameterOwner is for example Model object because it inherit from IpfcParameterOwner. So for instance do: session.GetCurrentModel().GetParam("param name")