SampleLatticeZMax Option

 

The SampleLatticeZMax option changes the maximum Z output lattice value. The OptionValue is the Z maximum value. This command has been deprecated and should be replaced with TestLatticeZMax option.

 

Syntax

object.Construct(“ModifyModule”)

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

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

  CommandApi.Do()

 

Used by: SampleLattice

 

 

See Also

Automation Model