The LatticeFilterParam1 option changes the second parameter for the designated filter type. The OptionValue is a number. This option is only available when LatticeFilterType = 2, 3, 29. The option being defined for each filter type is defined below.
For LatticeFilterType = 2, this is Upper Bound
For LatticeFilterType = 3, this is Contrast
For LatticeFilterType = 29, this is c
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Filter”)
object.Option(“LatticeFilterParam1”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to change the first parameter for a filter for the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Filter")
CommandApi.Option ("LatticeFilterParam1", "0.513")
CommandApi.Do()
Used by: LatticeFilter
See Also