LatticeSliceYRes Option

 

The LatticeSliceYRes option changes the number of nodes in the Y direction for the output for the Slice module. The OptionValue is an integer number, indicating the number of nodes.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example sets the Y resolution for the Slice module.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeSliceYRes", "50")

  CommandApi.Do()

 

Used by: LatticeSlice

 

 

See Also

Automation Model