The LatticeSrcXmax option sets the maximum lattice X value. The OptionValue is a number, representing the maximum X value.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “lattice_src_filename”)
object.Option(“LatticeSrcXmax”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example sets the maximum X value.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "AstroJet.vdat")
CommandApi.Option ("LatticeSrcXmax", "100")
CommandApi.Do()
Used by: LatticeSrc
See Also