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