run_python_script# ansys.optislang.core.server_commands.run_python_script(script: str, args_: list | None = None, password: str | None = None) → str# Generate JSON string of register_listener command. Parameters: script: strPath of the script. args: list, optIP of the TCP listener. passwordstr, optPassword. Returns: strJSON string of register_listener command.