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