The TestLatticeXMin option changes the minimum X output lattice value. The OptionValue is the X minimum value. This command replaces the SampleLatticeXMin option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“TestLatticeXMin”, “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 ("TestLatticeXMin", "6")
CommandApi.Do()
Used by: TestLattice
See Also