Script Editor - OnActionRaiseArea(Qstring)

Hello, Does anybody know the how to raise a certain view using

OnActionRaiseArea(Qstring)

I’ve tried using view.viewList() to get the list of available views then use that for the Qstring, but that didnt work

Hi,

I can’t verify if it works but I would try the following:
Action.perform("onActionRaiseArea(Qstring)", view_selected_from_list);