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