How can I call FISH function by using "Itasca.fish.call_function"?

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’)

It call an user defined fish function. why don’t use it.mech_age?

Thank you for your answer, Huy.

I’ll try it.mech_age.

Regards.