The TestLatticeXMax option changes the maximum X output lattice value. The OptionValue is the X maximum value. This command replaces the SampleLatticeXMax option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“TestLatticeXMax”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the X maximum value.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "TestLattice")
CommandApi.Option ("TestLatticeXMax", "16")
CommandApi.Do()
Used by: TestLattice
See Also