_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.actiondef cb_action(self, uinfo, name, kp, input, output):uinfo is the this param...