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