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