I read in WIKI how to use CRAY, but it doesnt work. I cant set the range by temperature of CRAY, range doesnt change, also the temperature of CRAY can be from -273 to 9999, but i read, that it should be from 0 to 255 (when i saw CRAY in works of anybody, temperature was always 22). Please, help.
If you use PROP, you can select from the drop-down menu what attribute to set. Alternatively, you could use the console:
!set tmp cray 20
Or alternatively
tpt.set_property("tmp",20,"cray")
Just change 20 to whatever you want it to be
OK, guys, thanks very much