Hi,
This is Chao.
Recently, I would like to use the zlongit and ztransvsere element for simulation.
In my *.ele file, I use alter_element to have a quick change of the impedance file to be used.
My command used in *.ele file is as following:
&alter_elements name=zz_kick, type=zlongit, item=zreal, value="KICKER_100.sdds=f+ImZzHElegant" &end
however, elegant gives error as
error scanning value KICKER_100.sdds\=f\+ImZzHElegant for namelist member value"
What should I do to cover that.
Great thanks
yours sincerely Chao
how can I alter zlongit and ztransverse element in elegant
Moderators: cyao, michael_borland
-
- Posts: 1959
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: how can I alter zlongit and ztransverse element in elegant
Chao,
The following syntax should do what you want
The value field expects a numerical value. To specify a string value, use string_value instead.
--Michael
The following syntax should do what you want
Code: Select all
&alter_elements name=zz_kick, type=zlongit, item=zreal, string_value="KICKER_100.sdds=f+ImZzHElegant" &end
--Michael
Re: how can I alter zlongit and ztransverse element in elegant
Great thanks. I did not notice that in the mammal. It is very clear.
Thanks again
Thanks again