ensightservice::PythonRequest Struct Reference
Last update: 16.07.2025Public Types | |
| enum | CmdType { EXEC_NO_RESULT = 0 , EXEC_RETURN_PYTHON = 1 , EXEC_RETURN_JSON = 2 } |
Public Attributes | |
| CmdType | type = 1 |
| string | command = 2 |
Detailed Description
A string to execute in the EnSight Python interpreter and execution options
Definition at line 202 of file ensight.proto.
Member Enumeration Documentation
◆ CmdType
Specify the execution type and return value for the Python command.
Definition at line 205 of file ensight.proto.
Member Data Documentation
◆ command
| string ensightservice::PythonRequest::command = 2 |
UTF8 encoded string to be exec() or eval() by the EnSight Python interpreter.
Definition at line 211 of file ensight.proto.
◆ type
| CmdType ensightservice::PythonRequest::type = 1 |
Specify how the string should be executed and what the return value should be.
Definition at line 210 of file ensight.proto.
The documentation for this struct was generated from the following file:
- D:/Product-src/ensight/client/rpc_interface/ensight.proto