Halo,
I have a problem when I use the mark before St, it gives me an error:
Problem evaluating expression: LAST#1.St 1.6e-12 - sqr
RPN expression errors prevent optimization.
How can this be fixed?
Best regards
Esraa
St
Moderators: michael_borland, soliday
-
michael_borland
- Posts: 2054
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: St
Esraa,
There is no St field for marker elements, so you need to use Ss/c, e.g.,
It makes sense to have St for markers. We'll put it in the next release.
--Michael
There is no St field for marker elements, so you need to use Ss/c, e.g.,
Code: Select all
&optimization_term
term = "LAST#1.Ss c_mks / 1.6e-12 - sqr"
&end
--Michael