KR462: What are the steps in using a UDF in my case file?


COMPILED UDFs

1. Compile the UDF
a. Define > User-Defined > Functions > Compiled
b. Browse and add the relevant .c and .h files in appropriate columns
c. Build ` this will create the libudf directory
2. Load it
3. Hook the functions in appropriate places
4. Run the simulation

INTERPRETING UDFs

1. Interpret the UDF
a. Define > User-Defined > Functions > Interpreted
b. Browse and add the relevant files
c. Interpret
2. Hook functions in appropriate places
3. Run simulation





Show Form
No comments yet. Be the first to add a comment!