Technical data
DOC-01-TELAS-CRG-4 ASTi ACE Studio Components Reference Guide Rev.M
92 Copyright © 2014 Advanced Simulation Technology inc.
5.10. IntTable
Summary: The integer table provides a simple look up function for integer values.
Such a function may be used to dynamically drive a sound file index to be played or
receive/transmit selections in a communication panel.
Description: The integer table receives an integer input from an external
connection and adds an offset to it to drive an index.
If the derived index is between 1 and 16 inclusive, the result is the corresponding
entry in the lookup table. If the derived index is outside of this range, the result is
the OutofRange value. The values in the lookup table are hard-coded as internal
parameters.
This component then adds an offset to the result then multiplies that value by a gain
multiplier. This ResultOffset input may be driven by an external connection. This
input provides a means to effectively change all of the lookup table values by a
fixed amount dynamically. This would be useful if the lookup value set should vary
under certain logic conditions.
Finally, this component applies a gain multiplier to derive the output value.
Control Inputs
Gain
Type Default Value
float32 1.0
Description: Overall gain applied to the output result. If the gain
connection is blank then the gain scaler is used as the gain value.
Modifier: Multiply
Modifier_default: 1.0
Index
Type Default Value
int32 0
Description: Index value used for table lookup. If no external vari-
able is connected to Index, the value of the offset is used.
Modifier: Add
Modifier_default: 0
Control Inputs
ResultOff-
set
Type Default Value
int32 0
Description: An offset value that is added to the value looked up in
the table. If no external variable is connected to ResultOffset, the
value of the offset modifier is used.
Modifier: Add
Modifier_default: 0
Control Outputs
Output
Type Default Value
float32 0.0
Description: Final output value from the Integer Table component.
Internal Parameters
IndexNot1
-16
Type Default Value
int32 0.0
Description: Lookup table value for result index less then 1 and
greater than 16.
Lookup_T
able
Type Default Value
int32 1-16
Description: The lookup table value for result index 1-16










