maxDeviceStorageTemp |
appearance as argument number 1 |
(documentation maxDeviceStorageTemp EnglishLanguage "The maximum safe rated temperature at which a device may be stored. Storing the device in an environment above the temperature is likely to result in a Damaging of the Device.") | ComputingBrands.kif 3653-3655 | |
(domain maxDeviceStorageTemp 1 Device) | ComputingBrands.kif 3648-3648 | Il numero 1 argomenti di maxDeviceStorageTemp è un istanza di Dispositivo |
(domain maxDeviceStorageTemp 2 TemperatureMeasure) | ComputingBrands.kif 3649-3649 | Il numero 2 argomenti di maxDeviceStorageTemp è un istanza di MisuraDiTemperatura |
(instance maxDeviceStorageTemp BinaryPredicate) | ComputingBrands.kif 3647-3647 | maxDeviceStorageTemp è un' istanza di PredicatoBinario |
appearance as argument number 2 |
(format EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature of %1 is %2") | ComputingBrands.kif 3652-3652 | |
(termFormat EnglishLanguage maxDeviceStorageTemp "maximum device storage temperature") | ComputingBrands.kif 3651-3651 |
antecedent |
(=> (holdsDuring ?T (and (maxDeviceStorageTemp ?D (MeasureFn ?T1 ?U)) (instance ?U UnitOfTemperature) (located ?D ?A) (attribute ?D DeviceOff) (airTemperature ?A (MeasureFn ?T2 ?U)) (greaterThan ?T2 ?T1))) (modalAttribute (holdsDuring (ImmediateFutureFn ?T) (attribute ?D DeviceDamaged)) Likely)) |
ComputingBrands.kif 3657-3670 |
|