In the VBS world of scripting it was possible to add a menu item via (https://forums.ni.com/t5/Example-Code/How-to-Add-a-New-Menu-Item-to-DIAdem/ta-p/3506442)
MenuItemInsert("VIEW", "7","PopUp","My Custom Functions")
Is there an equivalent method using the python interface? I'd like to avoid mixing VBS and python if at all possible.