The SampleLatticeZNum option changes the number of grid nodes in the Z direction for the output lattice. The OptionValue is a number, indicating the number of grid nodes in the Z direction. This command has been deprecated and should be replaced with TestLatticeZNum option.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “TestLattice”)
object.Option(“SampleLatticeZNum”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the number of Z nodes.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "TestLattice")
CommandApi.Option ("SampleLatticeZNum", "30")
CommandApi.Do()
Used by: SampleLattice
See Also