UINT
System constant representing invalid data type
Can be used together with GetDataTypeInfo to adapt the program if the DUT DATA_TYPE_INFO_DUT contains invalid data types only.
if ( bEnable ) then
adutDataTypeInfo := GetDataTypeInfo(dutVariable);
if (adutDataTypeInfo[iIndex_i].uiElementDataType = SYS_DATA_TYPE_INVALID) then
exit; (* No valid data types *)
end_if;
end_if;