UINT
無効なデータ型を示すシステム定数
DUT DATA_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;