PyESAPI icon indicating copy to clipboard operation
PyESAPI copied to clipboard

AddVMATBeam throwing error

Open tkstevens opened this issue 4 years ago • 2 comments

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 collimator "position" being passed here is the collimator angle, and the warning appears regardless of the double angle given (0, 0.0, 30.0, etc.), after which the given angle appears to be accepted. Note that the resultant beam does not have a tolerance table assigned (which may be related), but there is no where to pass ToleranceTableLabel during the AddVMATBeam call. Obviously, this interaction with a dialog box is not ideal when batch processing.

tkstevens avatar Dec 02 '19 21:12 tkstevens

Happens with me as well

joecastelo avatar Dec 04 '19 18:12 joecastelo

Did you guys find @tkstevens a solution to this? I am having this problem in ESAPI (C#).

albie0019 avatar Oct 09 '20 18:10 albie0019