TestLatticeYMin Option

 

The TestLatticeYMin option changes the minimum Y output lattice value. The OptionValue is the Y minimum value. This command replaces the SampleLatticeYMin option.

 

Syntax

object.Construct(“ModifyModule”)

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

object.Option(“TestLatticeYMin”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to change the Y minimum value.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "TestLattice")

  CommandApi.Option ("TestLatticeYMin", "6")

  CommandApi.Do()

 

Used by: TestLattice

 

 

See Also

Automation Model