The SampleLatticeYMax option changes the maximum Y output lattice value. The OptionValue is the Y maximum value. This command has been deprecated and should be replaced with TestLatticeYMax option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“SampleLatticeYMax”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the Y maximum value.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "TestLattice")
CommandApi.Option ("SampleLatticeYMax", "60")
CommandApi.Do()
Used by: SampleLattice
See Also