LatticeFilterKernelSize Option

 

The LatticeFilterKernelSize option changes the kernal size for the filter applied to a function lattice. The OptionValue is an integer, representing  the desired kernal size. This option is only available when LatticeFilterType is 0, 1, 4, 5, 6, 7, 8, 10, 12, 13,  14, 15, 16, 17, 18, 20, 21, 22, 23, 26, 27, 28, 29, 30.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the filter kernal size for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("LatticeFilterKernelSize", "5")

  CommandApi.Do()

 

Used by: LatticeFilter

 

 

See Also

Automation Model