The LatticeFilterComp6 option turns on/off the filter for the component 6 for the designated filter type. The OptionValue is True or False. True turns on the filtering for the component. False turns off the filtering for the component..
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Filter”)
object.Option(“LatticeFilterComp6”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to turn on the filtering a component in the function lattice.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Filter")
CommandApi.Option ("LatticeFilterComp6", "True")
CommandApi.Do()
Used by: LatticeFilter
See Also