SampleLatticeZMin Option

 

The SampleLatticeZMin option changes the minimum Z output lattice value. The OptionValue is the Z minimum value. This command has been deprecated and should be replaced with TestLatticeZMin option.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “TestLattice”)

object.Option(“SampleLatticeZMin”, “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 ("SampleLatticeZMin", "6")

  CommandApi.Do()

 

Used by: SampleLattice

 

 

See Also

Automation Model