Int8ArrayX
signal TPT.Int8ArrayX(int dim, [string name])
Declares a new assessment array variable of the specified inner type int8 and exports the variable to the export record for signal viewer.
Parameters:
dim dimension of the newly created array
[name]
(optional)
logical name of the new assessment variable. This parameter is optional. If
not specified, the name will be automatically derived from the variable name it is
assigned to. Example foo = TPT.Int8ArrayX(dim)
leads to a
new assessment variable with logical name foo
Returns:
new assessment variable