...
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 Multiple lookup transitions: lok up | pml | wlc | wel | mlp | mlc ;# See separate documentation |
...
The lookup curve is in workspacename. Input value is value. The result is saved in @lookup. To assign it to a variable: set lup [gvar lookup].
Arguments for lookup transitions on active data
...
lok [xy | xz | yx | yz | zx | zy] hi workspacename [nol no_lookup_value | nol keep | rem | ext] [dlo]
dlo - Display lookup curve.
nol no_lookup_value - Use no_lookup_value outside lookup range.
nol keep - Keep values outside lookup range.
rem - Remove values outside lookup range.
ext - Extrapolate values outside lookup range.
Arguments multiple lookup transitions
...