TestLatticeYNum Option

 

The TestLatticeYNum option changes the number of grid nodes in the Y direction for the output lattice. The OptionValue is a number, indicating the number of grid nodes in the Y direction. This command replaces the SampleLatticeYNum option.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the number of Y nodes.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("TestLatticeYNum", "30")

  CommandApi.Do()

 

Used by: TestLattice

 

 

See Also

Automation Model