cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Getting undefined error for function

JM_10241707
6-Contributor

Getting undefined error for function

Somehow I am not getting the function to work in 15. Can someone help on this. 

1 ACCEPTED SOLUTION

Accepted Solutions

You define a function etaB, but try to evaluate a function etaT which is nowhere defined?

 

Furthermore your range variables i and j don't make much sense in the function definition. What did you expect them to achieve?

 

Defining lambda:=5 is useless because lambda is the (formal) function argument. The value for lambda has to be provided as argument when you call your function.

 

Did you look for something like this:

Werner_E_0-1660095313582.png

 

View solution in original post

1 REPLY 1

You define a function etaB, but try to evaluate a function etaT which is nowhere defined?

 

Furthermore your range variables i and j don't make much sense in the function definition. What did you expect them to achieve?

 

Defining lambda:=5 is useless because lambda is the (formal) function argument. The value for lambda has to be provided as argument when you call your function.

 

Did you look for something like this:

Werner_E_0-1660095313582.png

 

Top Tags