TestLatticeYMax Option

 

The TestLatticeYMax option changes the maximum Y output lattice value. The OptionValue is the Y maximum value. This command replaces the SampleLatticeYMax option.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the Y maximum value.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("TestLatticeYMax", "60")

  CommandApi.Do()

 

Used by: TestLattice

 

 

See Also

Automation Model