UInt32MatrixX

signal TPT.UInt32MatrixX(int dimx, int dimy, [string name])

Declares a new assessment matrix variable of the specified inner type uint32 and exports the variable to the export record for signal viewer.

Parameters:

dimx x-dimension of the newly created matrix

dimy y-dimension of the newly created matrix

[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.UInt32MatrixX(dimx,dimy) leads to a new assessment variable with logical name foo

Returns:

new assessment variable