LatticeFilterComp18 Option

 

The LatticeFilterComp18 option turns on/off the filter for the component 18 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(“LatticeFilterComp18”, “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 ("LatticeFilterComp18", "True")

  CommandApi.Do()

 

Used by: LatticeFilter

 

 

See Also

Automation Model