BooleanMatrixX
signal TPT.BooleanMatrixX(int dimx, int dimy, [string name])
Declares a new assessment matrix variable of the specified inner type boolean 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.BooleanMatrixX(dimx,dimy)
leads to a new assessment variable with logical name foo
Returns:
new assessment variable