Get GetDrvTemperatureMax (only APS42xx)
110: // Get highest temperature of this tile - only available for Aps42xx tiles!
stAps42xxDrvInfo := ipXpu.TcIoTile(1,1).Aps42xx.GetDrvTemperatureMax();
stAps42xxDrvInfo.fValue; // Temperature in Deg
stAps42xxDrvInfo.nSubTileIndex; // Index of the sub-tile with the highest temperature
stAps42xxDrvInfo.eSensorLocation; // Sensor location on the sub-tile --> north, south, ...
nState := nState + 1;