Technical data

paramlib.tlc Error Messages
C-7
paramlib.tlc Error Messages
Loop rolling not supported for
param.Name
in
Type
block
Name
(LibBlockMatrixParamter, LibBlockMatrixParameterAddr) Loop rolling of
matrix parameters is not supported. The arguments are passed into this
routine as protection for future support of this feature.
Parameter
param.Name
must be of type Matrix
(LibBlockMatrixParamter, LibBlockMatrixParameterAddr) This routine only
works for matrix parameters. Use
LibBlockParameter to access a vector or
scalar block parameter.
Type
block
Name
must access
param.Name
via
LibBlockMatrixParameter
(LibBlockParameter) This routine does not work for matrix parameters. Use
LibBlockMatrixParamter when accessing a block’s matrix parameter.
Type
block
Name
must access
param.Name
via
LibBlockMatrixParameterAddr
(LibBlockParameterAddr) This routine does not work for matrix parameters.
Use
LibBlockMatrixParamterAddr when accessing a block’s matrix
parameter.