In the Itasca common API, the following function is provided but I cannot find an appropriate example.
===
Itasca FISH module.
itasca.fish.call_function(func: string[,(tuple: any)]) → Any.
Call FISH function func return result.
I tried to get mechanical total time by using the Python command as below, but it gives error “FISH symbol is not defined”
mt = Itasca.fish.call_function(‘mech.time.total’)