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;