_ncs library functions require a parameter of type _ncs.UserInfo (e.g. _ncs.dp.action_set_timeout ).
In NSO action this parameter can be derived from the context:
@Action.action
def cb_action(self, uinfo, name, kp, input, output):
uinfo is the this parameter.
How can have that parameter if I use a linux launched python script?