SYS_DATA_TYPE_INVALID

Group

Operating values

Data type

UINT

Name

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.

Example
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;

Modified on: 2021-03-30Feedback on this pagePanasonic hotline