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