TestLatticeXNum Option

 

The TestLatticeXNum option changes the number of grid nodes in the X direction for the output lattice. The OptionValue is a number, indicating the number of grid nodes in the X direction. This command replaces the SampleLatticeXNum option.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

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

 

  CommandApi.Construct ("ModifyModule")

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

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

  CommandApi.Do()

 

Used by: TestLattice

 

 

See Also

Automation Model