UINT
表示无效数据类型的系统常量
如果DUTDATA_TYPE_INFO_DUT仅包含无效数据类型,可以与GetDataTypeInfo一起使用来调整程序。
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;