Skip to main content

Post-processing tools 2024 R2

ensightservice::PythonReply Struct Reference

Last update: 16.07.2025

Public Attributes

string value = 1
 
int32 error = 2
 

Detailed Description

The result of executing a Python string in EnSight

Definition at line 215 of file ensight.proto.

Member Data Documentation

◆ error

int32 ensightservice::PythonReply::error = 2

If error < 0 an error occurred.

Definition at line 217 of file ensight.proto.

◆ value

string ensightservice::PythonReply::value = 1

UTF8 encoded string, the repr() or json representation of the evaluated expression depending on the PythonRequest::CmdType specified.

Definition at line 216 of file ensight.proto.


The documentation for this struct was generated from the following file:

Connect with Ansys