FunctionLatticeOutType Option

 

The FunctionLatticeOutType option changes the output type for a function lattice. The OptionValue is 0, 1, 2, 3, 4, 5, 6, 7, 8 for Signed 8 bits, Unsigned 8 bits, Signed 16 bits, Unsigned 16 bits, Signed 32 bits, Unsigned 32 bits, Signed 64 bits, Float (32 bits), or Double (64 bits).

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to change the type of output for the function lattice.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("FunctionLatticeOutType", "7")

  CommandApi.Do()

 

Used by: FunctionLattice

 

 

See Also

Automation Model