Hi, Do you know any description about Command.Execute(„Something”)? What kind of commands can be used with it? I saw "CreateNamedScriptParameter" in () what oders can be written there?
Hello, Can you elaborate as to which application you are referring to? If this is in context of ansys mechanical, it is most likely related to running a legacy Javascript command in python environment. eg.: Modify the export setting to include node numbers in exports.
ExtAPI.Application.ScriptByName("jscript").ExecuteCommand('WB.PreferenceMgr.Preference("PID_Show_Node_Numbers") = 1;')
You can find more information here:
Interacting with Legacy JScript