LatticeMathExprComp17 Option

 

The LatticeMathExprComp17 option changes the equation for component 17 for the Math module.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the equation for the component 17 for the interpolated lattice created by the Math module.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeMathExprComp17", "A1+A2")

  CommandApi.Do()

 

Used by: LatticeMath

 

 

See Also

Automation Model