SampleLatticeXMax Option

 

The SampleLatticeXMax option changes the maximum X output lattice value. The OptionValue is the X maximum value. This command has been deprecated and should be replaced with TestLatticeXMax option.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the X maximum value.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("SampleLatticeXMax", "16")

  CommandApi.Do()

 

Used by: SampleLattice

 

 

See Also

Automation Model