hexagon logo

Is it possible to run or call a function in session file ? If so, how it can be done ? Can anyone guide me on this.

Is it possible to run or call a function in session file ? If so, how it can be done ? Can anyone guide me on this.
Parents
  • Also, make sure your function is available. There are several ways to do this.
    Be sure this is done prior to calling your function.
    !! INPUT your_function.pcl
    Pre-compiling the function and attaching as a library:
    !! LIBRARY your_function.plb
    Optionally you can use
    !! PATH to find the files above in alternate directories.
     
    You can also sys_input(), sys_library(), and sys_path() in lieu of above calls.
     
     
Reply
  • Also, make sure your function is available. There are several ways to do this.
    Be sure this is done prior to calling your function.
    !! INPUT your_function.pcl
    Pre-compiling the function and attaching as a library:
    !! LIBRARY your_function.plb
    Optionally you can use
    !! PATH to find the files above in alternate directories.
     
    You can also sys_input(), sys_library(), and sys_path() in lieu of above calls.
     
     
Children
No Data