VarianAPIs / PyESAPI

Python interface to Eclipse Scripting API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AddVMATBeam throwing error

tkstevens opened this issue · 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.

Happens with me as well

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