Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
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.
Use for loop to load the required parameter from the model using
IpfcParameterOwner.GetParam("Parameter Name")
then export as *.csv
Thanks for your response.Can you explain it brief?
IpfcParameterOwner is for example Model object because it inherit from IpfcParameterOwner. So for instance do: session.GetCurrentModel().GetParam("param name")