PyESAPI icon indicating copy to clipboard operation
PyESAPI copied to clipboard

Python interface to Eclipse Scripting API

Results 11 PyESAPI issues
Sort by recently updated
recently updated
newest added

Hello, Installation was without any errors. However, when I run "import pyesapi" the following exception pops up: Exception Traceback (most recent call last) Cell In[2], line 1 ----> 1 import...

Is there any way to run PyESAPI over an Aria citrix based implementation? Thank you!

TODO

I am trying the first line of the getting started workshop script, but right away I am getting an error. The notebook says "Create one instance of the eclipse scripting...

Added more versions for .dll searching.

Hi, does it work for Eclipse version 16? Thank you!

There is option to add EvaluationDose to plan (or to import dose in Eclipse TPS). In Eclipse it is possible to evaluate this dose, look into DVHs, compare with Clinical...

Is it possible to specify Plan Uncertainty Parameters using ESAPI / PyESAPI and calculate dose for these plans afterwards?

Hello, We are trying to call the `CalculateDVHEstimates` via pyESAPI (ESAPI version = 15.6.) gets an "Cannot locate TPS core" error. The error message is listed as below: ``` Traceback...

Trying to create a new beam with `PlanSetup.AddVMATBeam` triggers an Eclipse dialog box with the warning: "The following parameters were adjusted to be within machine limits: collimator positions". The only...

Given a Treatment Approved `sourcePlan` in course `sourceCourse`, a new plan can be created with `newPlan=sourceCourse.CopyPlanSetup(sourcePlan)`. However, upon `app.SaveModifications()` an error is produced that mentions "tU_PlanSetup_VaBusinessLogic, Line 694: PlanSetup is...