...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Single lookup transitions: lok [xy | xz | yx | yz | zx | zy] ;# Indicates which two coordinate axes to use. lok value hi workspacename ;# Lookup transition Lookup handling if input value is outside lookup curve lok ... nol nolookupvalue | ext ;# setting nolookupvalue or extrapolation Lookup transitions for active dataset: lok [xy | xz | yx | yz | zx | zy] hi workspacename ;# Lookup transition Fast lookup transitions for active dataset: lok [xy | xz | yx | yz | zx | zy] fast init [resolution_size (default 1000)] ;# The lookup curve is converted to a dense result buffer of resolution_size. lok hi workspacename fast ;# Fast lookup transition using the input value as entry in the resolution buffer for direct lookup result. No extrapolation is allowed. Multiple lookup transitions: lok up | pml | wlc | wel | mlp | mlc ;# See separate documentation |
...
ext - Extrapolate values outside lookup range.
Fast lookup transistions on active data
lok [xy | xz | yx | yz | zx | zy] fast init [resolution_size]
The lookup curve in active is converted to a set of lookup values placed in a buffer of resolution_size. Default resolution size is 1000 if not entered. Do this initialization first using the fast and init argument as well as specifying the lookup coordinate axes. The lookup curve should also be placed in workspace workspacename .
lok hi workspacename fast
Fast lookup transition on active data using the input value as entry in the resolution curve for direct lookup result. No extrapolation argument is allowed.
Arguments multiple lookup transitions
...